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.pro42
1 files changed, 16 insertions, 26 deletions
diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro
index 2cfa593863..5c8f8c9097 100644
--- a/tests/auto/corelib/tools/qlocale/test/test.pro
+++ b/tests/auto/corelib/tools/qlocale/test/test.pro
@@ -1,30 +1,20 @@
CONFIG += testcase
-SOURCES += ../tst_qlocale.cpp
-
-!wince*: {
-TARGET = ../tst_qlocale
-
-win32: {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qlocale
-} else {
- TARGET = ../../release/tst_qlocale
- }
-}
-} else {
- TARGET = tst_qlocale
-}
-
-
-
-QT = core testlib
-QT += network
+QT = core testlib network
embedded: QT += gui
+SOURCES = ../tst_qlocale.cpp
-wince*: {
- addFiles.files = \
- ../syslocaleapp
-
- addFiles.path = "\\Program Files\\tst_qlocale"
- DEPLOYMENT += addFiles
+!wince* {
+ 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
}