summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/float/float.pro
blob: 5b4376e760e1ace39b4e951df8ce3a9d21f239c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES += tst_float.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = float

# This app is testdata for tst_selftests
target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
INSTALLS += target