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>
This commit is contained in:
Thiago Macieira 2014-03-01 11:06:58 -08:00 committed by The Qt Project
parent bcf5ea28c1
commit a83498299a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ contains(QT_CONFIG, opengles2):CONFIG += opengles2
load(qt_module)
DEFINES += QT_NO_CAST_FROM_ASCII
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
PRECOMPILED_HEADER =
HEADERS = qopenglextensions.h

View File

@ -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)