aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-06-24 08:59:30 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-26 18:00:23 +0200
commit35087f946e10af028cdcb96fb8be180783ea3307 (patch)
tree730f1547981fd409033d9f869e39b8df2e930756 /doc
parent8fa6b40c272d5f10dde2f303d5a6f30893cc6df1 (diff)
Add support for setting the compiler character set.
Task-number: QBS-332 Change-Id: I7dda39be44c307071225c47de7141aec3e259f01 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index ef3f5529a..e8735e0c1 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1409,6 +1409,18 @@
\section1 Properties Specific to Windows
+ \section2 windowsApiCharacterSet
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Allowed Values:} \li \c{"unicode"}, \c{"mbcs"}, \c{undefined}
+ \row \li \b{Default:} \li \c{"unicode"}
+ \endtable
+
+ Specifies the character set used in the Win32 API. "unicode" will define the
+ preprocessor symbols UNICODE and _UNICODE, "mbcs" will define _MBCS, and
+ setting the value to undefined will use the default character set.
+
\section2 minimumWindowsVersion
\table