summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win327
1 files changed, 2 insertions, 5 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index 28bf96939b..3abcc1f21c 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -197,13 +197,10 @@ qmake_pch.obj:
{$(SOURCE_PATH)\src\corelib\plugin}.cpp{}.obj::
$(CXX) $(CXXFLAGS) $<
-{$(SOURCE_PATH)\src\corelib\tools}.cpp{}.obj::
- $(CXX) $(CXXFLAGS) $<
-
-{$(SOURCE_PATH)\src\corelib\xml}.cpp{}.obj::
+{$(SOURCE_PATH)\src\corelib\serialization}.cpp{}.obj::
$(CXX) $(CXXFLAGS) $<
-{$(SOURCE_PATH)\src\corelib\json}.cpp{}.obj::
+{$(SOURCE_PATH)\src\corelib\tools}.cpp{}.obj::
$(CXX) $(CXXFLAGS) $<
# Make sure qstring_compat.obj and qlibraryinfo.obj aren't compiled with PCH enabled