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

qtHaveModule(multimedia) {
    SUBDIRS += qt5-everywhere \
               camera
}