summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/longstring/longstring.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/longstring/longstring.pro')
-rw-r--r--tests/auto/testlib/selftests/longstring/longstring.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/longstring/longstring.pro b/tests/auto/testlib/selftests/longstring/longstring.pro
new file mode 100644
index 0000000000..d496691e60
--- /dev/null
+++ b/tests/auto/testlib/selftests/longstring/longstring.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+
+# this is not a real testcase ('make check' should not run it)
+CONFIG -= testcase
+
+SOURCES += tst_longstring.cpp
+QT = core
+
+mac:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+
+TARGET = longstring
+