Commit 5e88241d authored by Bryant's avatar Bryant

Make sure Windows builds suport Unicode, not ASCII.

Makes sure all Windows code interfaces nicely with Qt. Also required
for utils and qupgrade libraries to compile.
parent f155662b
......@@ -110,6 +110,10 @@ WindowsBuild {
QMAKE_CXXFLAGS_DEBUG += -MP
QMAKE_CXXFLAGS_RELEASE += -MP
# Specify that the Unicode versions of string functions should be used in the Windows API.
# Without this the utils and qserialport libraries crash.
DEFINES += UNICODE
# QWebkit is not needed on MS-Windows compilation environment
CONFIG -= webkit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment