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

qtHaveModule(webengine) {
    SUBDIRS += \
        qtwebbrowser
}

qtHaveModule(multimedia) {
    SUBDIRS += \
        camera
}