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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/float/float.pro b/tests/auto/testlib/selftests/float/float.pro
index 479eb152c5..8f169921c3 100644
--- a/tests/auto/testlib/selftests/float/float.pro
+++ b/tests/auto/testlib/selftests/float/float.pro
@@ -1,9 +1,10 @@
-SOURCES += tst_float.cpp
QT = core testlib
-
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
+INCLUDEPATH += ../../../../shared/
+HEADERS = ../../../../shared/emulationdetector.h
+SOURCES += tst_float.cpp
TARGET = float
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)