From f6f1a2dbc10ac43bbcd7d8f32af500c402b7338e Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 1 Feb 2012 10:45:51 +0100 Subject: Revert "Put the generated 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 --- 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 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 -- cgit v1.2.3