summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-01 10:45:51 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-01 10:48:09 +0100
commitf6f1a2dbc10ac43bbcd7d8f32af500c402b7338e (patch)
tree225dc3d97643f109bbb83feaf9e92329d01e2b72 /src/xml
parente33e761bb5914988daa1b3e386371e9c367948bb (diff)
Revert "Put the generated <module>version.h into build tree"
After discussion with Liang, I'm reverting it as he requested. This change put every header into the SYNCQT.HEADER_FILES twice for in-source builds, and the qtMODULEversion.h header did not include a path component. This reverts commit 2fbc45b58bba860abf67fb28aa1319c9f4ededaf Change-Id: Ie84cef19193ce5e49072f1f67a41140d9d2673b8 Reviewed-by: Liang Qi <liang.qi@nokia.com>
Diffstat (limited to 'src/xml')
-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 252bba76dc..e860250507 100644
--- a/src/xml/xml.pro
+++ b/src/xml/xml.pro
@@ -14,7 +14,7 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore
load(qt_module_config)
-HEADERS += $$OUT_PWD/qtxmlversion.h
+HEADERS += $$QT_SOURCE_TREE/src/xml/qtxmlversion.h
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h