summaryrefslogtreecommitdiffstats
path: root/basicsuite/basicsuite.pro
blob: e64894bec054c09f05610d561ed1fd125daf6d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

qtHaveModule(webengine) {
    SUBDIRS += \
        qtwebbrowser
}

qtHaveModule(multimedia) {
    SUBDIRS += \
        camera
}

qtHaveModule(charts) {
    SUBDIRS += \
        ebike-ui \
        datacollector
}