summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-22 16:40:36 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-22 20:13:48 (GMT)
commit70ebf35cdaaf391138df7564a07cd205de4af971 (patch)
treed9ae65c5c8ef3d0283ef1264c74c59bc0031366b /Source/cmTarget.cxx
parent2a6fd4328adfad4cae0097d6d71e571c122fc0d1 (diff)
downloadCMake-70ebf35cdaaf391138df7564a07cd205de4af971.zip
CMake-70ebf35cdaaf391138df7564a07cd205de4af971.tar.gz
CMake-70ebf35cdaaf391138df7564a07cd205de4af971.tar.bz2
Autogen: Add AUTOMOC_DEPEND_FILTERS support
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 ad3d604..0f3d91b 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -245,6 +245,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
this->SetPropertyDefault("AUTOMOC", CM_NULLPTR);
this->SetPropertyDefault("AUTOUIC", CM_NULLPTR);
this->SetPropertyDefault("AUTORCC", CM_NULLPTR);
+ this->SetPropertyDefault("AUTOMOC_DEPEND_FILTERS", CM_NULLPTR);
this->SetPropertyDefault("AUTOMOC_MOC_OPTIONS", CM_NULLPTR);
this->SetPropertyDefault("AUTOUIC_OPTIONS", CM_NULLPTR);
this->SetPropertyDefault("AUTORCC_OPTIONS", CM_NULLPTR);