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

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = longstring

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