summaryrefslogtreecommitdiff
path: root/examples/webenginequick/webenginequick.pro
blob: 8c7343017a8ce1424d7b01f5754fc7d7c30f18a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE=subdirs

SUBDIRS += \
    customtouchhandle \
    quicknanobrowser \
    webengineaction

qtHaveModule(quickcontrols2) {
    SUBDIRS += \
        lifecycle \
        recipebrowser
}