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

SUBDIRS = \
    bench \
    dummy \
    gui

greaterThan(QT_MAJOR_VERSION, 4) {
    message("enabling quick tests")
    SUBDIRS += quickauto \
    quickauto2
} else {
    message("quick tests disabled")
}