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

SUBDIRS += \
    customdialogs \
    minimal \
    quicknanobrowser \
    webengineaction

qtHaveModule(quickcontrols2) {
    SUBDIRS += \
        recipebrowser
}