summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/float/float.pro
blob: 8f169921c3ce86d701c154627369dbf07e7249f3 (plain)
1
2
3
4
5
6
7
8
9
10
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)