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:
parent
bcf5ea28c1
commit
a83498299a
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user