diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2012-03-16 12:59:09 -0500 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-18 12:36:48 +0100 |
commit | fbc251b364f9335be3c22df31ede449fb965d8d8 (patch) | |
tree | a2224c7ec4257a9b9bad6e5704db142a3e66f8c1 /qmake | |
parent | 5e497111dbd3e04380bee500364a5ee02065d193 (diff) | |
download | qtbase-fbc251b364f9335be3c22df31ede449fb965d8d8.tar.gz |
Win32: Compile qmake when shadow-building
Change-Id: I803c733f744372701c51e4d629ff797c6648f833
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/Makefile.win32 | 2 |
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) $< |