summaryrefslogtreecommitdiffstats
path: root/basicsuite/basicsuite.pro
blob: bc391f410efb0552d2bf33a7883c6f7306bf88ef (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
SUBDIRS += \
    sensorexplorer

qtHaveModule(multimedia) {
    SUBDIRS += \
        camera
}