summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2011-02-24 09:44:27 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-24 09:44:27 +0100
commitce288aa628dd9e9e97c302bb335e64fb55ed4f21 (patch)
treefe84c00579d18818144430f651a20137ce9bf89e /qmake/Makefile.win32
parentd13130819f02697b217378f83feff18e3d918957 (diff)
Fix qmake build on Windows
The INTEGRITY changes only modified the Unix makefile
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index 4d2953743d..b3b714a2ab 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -31,7 +31,7 @@ CFLAGS_EXTRA = /MP
CFLAGS_BARE = -c -Fo./ \
-W3 -nologo -O2 \
$(CFLAGS_EXTRA) \
- -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -Igenerators\symbian \
+ -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -Igenerators\symbian -Igenerators\integrity \
-I$(BUILD_PATH)\include -I$(BUILD_PATH)\include\QtCore \
-I$(SOURCE_PATH)\include -I$(SOURCE_PATH)\include\QtCore \
-I$(BUILD_PATH)\src\corelib\global \