summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/test/test.pro
blob: 29d2cc5f3643ca857fdcc0f3d5b73b1ab12ecdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
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