summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlocale/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qlocale/test/test.pro')
-rw-r--r--tests/auto/corelib/tools/qlocale/test/test.pro20
1 files changed, 7 insertions, 13 deletions
diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro
index 4649d78c03..5a4fb674c5 100644
--- a/tests/auto/corelib/tools/qlocale/test/test.pro
+++ b/tests/auto/corelib/tools/qlocale/test/test.pro
@@ -3,20 +3,14 @@ QT = core testlib network
embedded: QT += gui
SOURCES = ../tst_qlocale.cpp
-!wince* {
- TARGET = ../tst_qlocale
- win32: {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qlocale
- } else {
- TARGET = ../../release/tst_qlocale
- }
+TARGET = ../tst_qlocale
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qlocale
+ } else {
+ TARGET = ../../release/tst_qlocale
}
-} else {
- TARGET = tst_qlocale
- addFiles.files = ../syslocaleapp
- addFiles.path = "\\Program Files\\tst_qlocale"
- DEPLOYMENT += addFiles
}
+TESTDATA += syslocaleapp
mac: CONFIG += insignificant_test # QTBUG-22769