From fde949d1434c450914a8eab874940b3de074783c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 12 Feb 2013 12:05:40 +0100 Subject: [PATCH] Don't add target-specific interface includes and defines to Qt 4 targets. This is a partial revert of commit c8ee07d0 (FindQt4: Add INTERFACE includes and defines to Qt4 targets, 2012-12-31). --- Modules/FindQt4.cmake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 5baee01cb..078c03189 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -972,14 +972,6 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION) ${_PROPERTY} "Qt4::Qt${_DEPEND}" ) - set_property(TARGET Qt4::${_QT_MODULE} APPEND PROPERTY - INTERFACE_INCLUDE_DIRECTORIES - "$" - ) - set_property(TARGET Qt4::${_QT_MODULE} APPEND PROPERTY - INTERFACE_COMPILE_DEFINITIONS - "$" - ) endforeach() endif() endmacro()