summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qlocale/test/test.pro')
-rw-r--r--tests/auto/corelib/text/qlocale/test/test.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qlocale/test/test.pro b/tests/auto/corelib/text/qlocale/test/test.pro
new file mode 100644
index 0000000000..f7243e99a7
--- /dev/null
+++ b/tests/auto/corelib/text/qlocale/test/test.pro
@@ -0,0 +1,19 @@
+CONFIG += console testcase
+QT = core testlib core-private
+embedded: QT += gui
+SOURCES = ../tst_qlocale.cpp
+
+!qtConfig(doubleconversion):!qtConfig(system-doubleconversion) {
+ DEFINES += QT_NO_DOUBLECONVERSION
+}
+
+TARGET = ../tst_qlocale
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qlocale
+ } else {
+ TARGET = ../../release/tst_qlocale
+ }
+}
+
+!android:!winrt: TEST_HELPER_INSTALLS = ../syslocaleapp/syslocaleapp