summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/test/test.pro
blob: d57cbf4162c7a34bddfaa5a878c656956937b8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = ../tst_selftests
QT = core xml testlib
SOURCES += ../tst_selftests.cpp

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

RESOURCES += ../selftests.qrc