qt5base-lts/tests/auto/selftests/test/test.pro

18 lines
276 B
Prolog
Raw Normal View History

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