summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-03-16 12:59:09 -0500
committerQt by Nokia <qt-info@nokia.com>2012-03-18 12:36:48 +0100
commitfbc251b364f9335be3c22df31ede449fb965d8d8 (patch)
treea2224c7ec4257a9b9bad6e5704db142a3e66f8c1 /qmake/Makefile.win32
parent5e497111dbd3e04380bee500364a5ee02065d193 (diff)
Win32: Compile qmake when shadow-building
Change-Id: I803c733f744372701c51e4d629ff797c6648f833 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
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 89444c9c3c..4e169f3270 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -159,7 +159,7 @@ $(OBJS): qmake_pch.obj
$(QTOBJS): qmake_pch.obj
qmake_pch.obj:
- $(CXX) $(CXXFLAGS_BARE) -c -Yc -Fpqmake_pch.pch -TP qmake_pch.h
+ $(CXX) $(CXXFLAGS_BARE) -c -Yc -Fpqmake_pch.pch -TP $(QMKSRC)\qmake_pch.h
{$(SOURCE_PATH)\qmake\generators\mac}.cpp{}.obj::
$(CXX) $(CXXFLAGS) $<