summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/warnings/warnings.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/selftests/warnings/warnings.pro')
-rw-r--r--tests/auto/selftests/warnings/warnings.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/selftests/warnings/warnings.pro b/tests/auto/selftests/warnings/warnings.pro
new file mode 100644
index 0000000..9ae22d3
--- /dev/null
+++ b/tests/auto/selftests/warnings/warnings.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+SOURCES += tst_warnings.cpp
+QT = core
+
+mac:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+