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

SUBDIRS += \
    customdialogs \
    customtouchhandle \
    minimal \
    quicknanobrowser \
    webengineaction

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