summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
blob: ebe3dcd44d1cfd19df2a1547264c82cac09e7a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

SUBDIRS += \
#     cmake \
    enginioclient \
    notifications \
    identity \

qtHaveModule(gui) {
    SUBDIRS += files
}

qtHaveModule(quick) {
    SUBDIRS += qmltests
}

qtHaveModule(widgets) {
    SUBDIRS += enginiomodel
}