summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-20 17:00:58 +0200
committerStephen Kelly <steveire@gmail.com>2015-09-26 19:32:53 +0200
commitc3c20d3ce3acbf6afd6a54dd846fd78b82623312 (patch)
treeb58f670fa7ec2b9630b29d55b63f496c19decf2a /Source/cmQtAutoGenerators.h
parent8b6ec29d4096b4ea59ef502360845e25a9bcb47e (diff)
downloadcmake-c3c20d3ce3acbf6afd6a54dd846fd78b82623312.tar.gz
QtAutogen: Add _automoc.cpp sources before initializing.
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 ff048c82f6..5f8ee62839 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -31,6 +31,7 @@ public:
cmQtAutoGenerators();
bool Run(const std::string& targetDirectory, const std::string& config);
+ static void InitializeAutogenSources(cmTarget* target);
static void InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target);
static void SetupAutoGenerateTarget(cmTarget const* target);