From a83498299ab02b3706dfbe5867378cad6ca80cce Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 1 Mar 2014 11:06:58 -0800 Subject: Remove the header precompilation for QtXml and QtOpenGLExtensions Respectively, those modules have 2 and 1 source files. Precompilation costs more than the benefit of using precompiled headers. Change-Id: I15ababd9ba7cce2e1510454da49010456ff0597a Reviewed-by: Oswald Buddenhagen --- src/xml/xml.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') diff --git a/src/xml/xml.pro b/src/xml/xml.pro index c4b8b5b229..57bf11e5aa 100644 --- a/src/xml/xml.pro +++ b/src/xml/xml.pro @@ -10,7 +10,7 @@ load(qt_module) HEADERS += qtxmlglobal.h -PRECOMPILED_HEADER = ../corelib/global/qt_pch.h +PRECOMPILED_HEADER = include(dom/dom.pri) include(sax/sax.pri) -- cgit v1.2.3