summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
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/cmQtAutoGenerators.h
parent2a6fd4328adfad4cae0097d6d71e571c122fc0d1 (diff)
downloadCMake-70ebf35cdaaf391138df7564a07cd205de4af971.zip
CMake-70ebf35cdaaf391138df7564a07cd205de4af971.tar.gz
CMake-70ebf35cdaaf391138df7564a07cd205de4af971.tar.bz2
Autogen: Add AUTOMOC_DEPEND_FILTERS support
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index c20b83c..e4b7f60 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -33,6 +33,7 @@ private:
typedef std::pair<std::string, cmsys::RegularExpression> MacroFilter;
// - Configuration
+ bool MocDependFilterPush(const std::string& key, const std::string& regExp);
bool ReadAutogenInfoFile(cmMakefile* makefile,
const std::string& targetDirectory,
const std::string& config);