summaryrefslogtreecommitdiffstats
path: root/src/xml/xml.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-03-01 11:06:58 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-04 04:36:00 +0100
commita83498299ab02b3706dfbe5867378cad6ca80cce (patch)
treedb9a67f403ca4bd56aac0b2bdc6decdded30ab6b /src/xml/xml.pro
parentbcf5ea28c19102430f0dc879e8efb2d895dcea3c (diff)
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 <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/xml/xml.pro')
-rw-r--r--src/xml/xml.pro2
1 files changed, 1 insertions, 1 deletions
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)