summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-21 06:50:59 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-08-21 06:50:59 (GMT)
commitc6587e8dfe26744ca30dc52f9871b57643f1bb36 (patch)
tree8ba217c38ba0c9a82fe30c09f7523a1f52bb1ef8 /mkspecs/features
parent9093368f33ddc422047103a89effcd40338b4dbc (diff)
downloadQt-c6587e8dfe26744ca30dc52f9871b57643f1bb36.zip
Qt-c6587e8dfe26744ca30dc52f9871b57643f1bb36.tar.gz
Qt-c6587e8dfe26744ca30dc52f9871b57643f1bb36.tar.bz2
Updated flawed comment after 5365c1cd
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/symbian/stl.prf9
1 files changed, 4 insertions, 5 deletions
diff --git a/mkspecs/features/symbian/stl.prf b/mkspecs/features/symbian/stl.prf
index c01c487..b4dbc9c 100644
--- a/mkspecs/features/symbian/stl.prf
+++ b/mkspecs/features/symbian/stl.prf
@@ -1,10 +1,9 @@
CONFIG -= stl_off
-# STL usage in S60 requires the following mmp variables to be used.
-# These are added via $$STLLIB_USAGE_CW_FLAGS and $$STLLIB_USAGE_DEFINES
-# variables below.
-# OPTION CW -wchar_t on
-# MACRO _WCHAR_T_DECLARED
+# STL usage in S60 requires the "OPTION CW -wchar_t on" mmp statement to be used.
+# This statement is added via $$STLLIB_USAGE_CW_FLAGS variable below.
+# S60 STL documentation instructs to use also "MACRO _WCHAR_T_DECLARED" statement,
+# but QtS60 will not compile if that statement is set.
QMAKE_CXXFLAGS.CW *= $$STLLIB_USAGE_CW_FLAGS