summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-23 18:35:48 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-02 14:10:01 (GMT)
commit1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3 (patch)
tree21f35355bdcd6d024014b5a408e764a3f2f4f928 /Source/cmTarget.cxx
parent110c1bf475e2d1df27189936a1e7b66b48afb5a9 (diff)
downloadCMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.zip
CMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.tar.gz
CMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.tar.bz2
Autogen: Add AUTOUIC_SEARCH_PATHS support
Closes #15227
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 0f3d91b..c360c19 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -248,6 +248,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
this->SetPropertyDefault("AUTOMOC_DEPEND_FILTERS", CM_NULLPTR);
this->SetPropertyDefault("AUTOMOC_MOC_OPTIONS", CM_NULLPTR);
this->SetPropertyDefault("AUTOUIC_OPTIONS", CM_NULLPTR);
+ this->SetPropertyDefault("AUTOUIC_SEARCH_PATHS", CM_NULLPTR);
this->SetPropertyDefault("AUTORCC_OPTIONS", CM_NULLPTR);
this->SetPropertyDefault("LINK_DEPENDS_NO_SHARED", CM_NULLPTR);
this->SetPropertyDefault("LINK_INTERFACE_LIBRARIES", CM_NULLPTR);