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

SUBDIRS += \
    customdialogs \
    minimal \
    quicknanobrowser \
    webengineaction

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