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/printsupport/printsupport.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printsupport/printsupport.pro') diff --git a/src/printsupport/printsupport.pro b/src/printsupport/printsupport.pro index d5ff307487..0aa92a95de 100644 --- a/src/printsupport/printsupport.pro +++ b/src/printsupport/printsupport.pro @@ -13,7 +13,7 @@ unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui load(qt_module_config) -HEADERS += $$OUT_PWD/qtprintsupportversion.h +HEADERS += $$QT_SOURCE_TREE/src/printsupport/qtprintsupportversion.h QMAKE_LIBS += $$QMAKE_LIBS_PRINTSUPPORT -- cgit v1.2.3