2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += ../tst_selftests.cpp
|
2011-09-16 12:07:05 +00:00
|
|
|
QT = core xml testlib-private
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
TARGET = ../tst_selftests
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
TARGET = ../../debug/tst_selftests
|
|
|
|
} else {
|
|
|
|
TARGET = ../../release/tst_selftests
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
RESOURCES += ../selftests.qrc
|
2012-01-10 00:38:51 +00:00
|
|
|
|
|
|
|
include(../selftests.pri)
|
|
|
|
load(testcase) # for target.path and installTestHelperApp()
|
|
|
|
for(file, SUBPROGRAMS): installTestHelperApp("../$${file}/$${file}",$${file},$${file})
|
|
|
|
|