summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/test/test.pro
blob: d61606cefbfa6e8a09cdb8b71bae331264bbf219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES += ../tst_selftests.cpp
QT += core xml

TARGET = ../tst_selftests

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_selftests
} else {
    TARGET = ../../release/tst_selftests
  }
}

RESOURCES += ../selftests.qrc