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

SUBDIRS += \
    enginioclient \
    files \
    notifications \
    identity \

qtHaveModule(quick) {
    SUBDIRS += qmltests
}

qtHaveModule(widgets) {
    SUBDIRS += enginiomodel
}