summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/pass/pass.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/pass/pass.pro')
-rw-r--r--tests/auto/testlib/selftests/pass/pass.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/pass/pass.pro b/tests/auto/testlib/selftests/pass/pass.pro
new file mode 100644
index 0000000000..dd00a1c744
--- /dev/null
+++ b/tests/auto/testlib/selftests/pass/pass.pro
@@ -0,0 +1,9 @@
+SOURCES += tst_pass.cpp
+QT = core testlib
+
+macos:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+TARGET = pass
+
+include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)