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