diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-29 08:31:22 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-29 13:00:47 (GMT) |
commit | 1d7f099d9cf489872a70b7616ff644cd4a91a7ae (patch) | |
tree | feecd79956890f7a5677b5add49a0cf651eb6acf /Source/cmTarget.cxx | |
parent | e182ba735e17bd5625ddfe7f796a123a383ff02f (diff) | |
download | CMake-1d7f099d9cf489872a70b7616ff644cd4a91a7ae.zip CMake-1d7f099d9cf489872a70b7616ff644cd4a91a7ae.tar.gz CMake-1d7f099d9cf489872a70b7616ff644cd4a91a7ae.tar.bz2 |
Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 49b0664..7a3cc76 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -244,6 +244,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type, this->SetPropertyDefault("AUTOMOC", nullptr); this->SetPropertyDefault("AUTOUIC", nullptr); this->SetPropertyDefault("AUTORCC", nullptr); + this->SetPropertyDefault("AUTOMOC_COMPILER_PREDEFINES", nullptr); this->SetPropertyDefault("AUTOMOC_DEPEND_FILTERS", nullptr); this->SetPropertyDefault("AUTOMOC_MACRO_NAMES", nullptr); this->SetPropertyDefault("AUTOMOC_MOC_OPTIONS", nullptr); |