summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/test/test.pro
blob: f0e0f7593c0f6301e27f4cbce454c297ddeca093 (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 testlib-private

TARGET = ../tst_selftests

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

RESOURCES += ../selftests.qrc