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/platformsupport/platformsupport.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platformsupport/platformsupport.pro') diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro index de4b835877..36323d9766 100644 --- a/src/platformsupport/platformsupport.pro +++ b/src/platformsupport/platformsupport.pro @@ -19,7 +19,7 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui include(../qbase.pri) -HEADERS += $$OUT_PWD/qtplatformsupportversion.h +HEADERS += $$PWD/qtplatformsupportversion.h DEFINES += QT_NO_CAST_FROM_ASCII PRECOMPILED_HEADER = ../corelib/global/qt_pch.h -- cgit v1.2.3