summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlocale/syslocaleapp/syslocaleapp.pro
blob: d510d82207b912ce1194582b346ef555cd96370e (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += syslocaleapp.cpp
DESTDIR = ./

CONFIG -= app_bundle

QT = core

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