summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/test/test.pro')
-rw-r--r--tests/auto/testlib/selftests/test/test.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/test/test.pro b/tests/auto/testlib/selftests/test/test.pro
new file mode 100644
index 0000000000..af3370bac0
--- /dev/null
+++ b/tests/auto/testlib/selftests/test/test.pro
@@ -0,0 +1,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
+
+CONFIG += insignificant_test # QTBUG-21402