summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring/qstring.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstring/qstring.pro')
-rw-r--r--tests/auto/corelib/tools/qstring/qstring.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qstring/qstring.pro b/tests/auto/corelib/tools/qstring/qstring.pro
new file mode 100644
index 0000000000..1c123adcca
--- /dev/null
+++ b/tests/auto/corelib/tools/qstring/qstring.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+SOURCES += tst_qstring.cpp
+
+symbian:LIBS += -llibm
+
+QT = core
+
+DEFINES += QT_NO_CAST_TO_ASCII
+CONFIG += parallel_test
+
+contains(QT_CONFIG,icu):DEFINES += QT_USE_ICU