summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring/qstring.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-01-14 15:39:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-01-24 11:50:13 +0100
commitdd07b1e38927d47802087c75c365f13d13a04248 (patch)
treedbb2116dfde06fbf22eea7e4f55c42b0f77e3b2d /tests/auto/corelib/tools/qstring/qstring.pro
parent05cda3d46514822ab6748514ee8fb658e60fdc0b (diff)
Add conversion functions for C++11 u16string and u32string
The patch adds convenience functions for working on C++11's new char width specific unicode strings u16string and u32string. [ChangeLog][QtCore][QString] Added methods for convenient conversion to and from std::u16string and std::u32string. Change-Id: I67c082e4755c592d61daaaaa70c8867ef0b23dcb Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/corelib/tools/qstring/qstring.pro')
-rw-r--r--tests/auto/corelib/tools/qstring/qstring.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qstring/qstring.pro b/tests/auto/corelib/tools/qstring/qstring.pro
index 971e2fb782..1eda27e1ff 100644
--- a/tests/auto/corelib/tools/qstring/qstring.pro
+++ b/tests/auto/corelib/tools/qstring/qstring.pro
@@ -4,6 +4,7 @@ QT = core testlib
SOURCES = tst_qstring.cpp
DEFINES += QT_NO_CAST_TO_ASCII
contains(QT_CONFIG,icu):DEFINES += QT_USE_ICU
+contains(QT_CONFIG,c++11): CONFIG += c++11
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
mac {