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

CONFIG += console
CONFIG -= app_bundle

QT = core

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