summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocale/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlocale/test/test.pro')
-rw-r--r--tests/auto/qlocale/test/test.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro
new file mode 100644
index 0000000..b840e2d
--- /dev/null
+++ b/tests/auto/qlocale/test/test.pro
@@ -0,0 +1,31 @@
+load(qttest_p4)
+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
+QT += network
+embedded: QT += gui
+
+wince*: {
+ addFiles.sources = \
+ ../syslocaleapp
+
+ addFiles.path = \Program Files\tst_qlocale
+ DEPLOYMENT += addFiles
+}
+