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

SUBDIRS += \
    customdialogs \
    customtouchhandle \
    quicknanobrowser \
    webengineaction

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