summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-09 07:18:37 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-14 13:58:00 (GMT)
commit126c6ead7707ac29f3b2fa779752025c7cc0da32 (patch)
tree04480eb055d4baf3a9631c8ce8fbabbb02145012 /Source/cmQtAutomoc.h
parentde91feb367c127294a56b492799c4bf042954fd8 (diff)
downloadCMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.zip
CMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.tar.gz
CMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.tar.bz2
Add the cmake module required currently for automoc
Alex
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r--Source/cmQtAutomoc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h
index 891b47a..e573610 100644
--- a/Source/cmQtAutomoc.h
+++ b/Source/cmQtAutomoc.h
@@ -10,6 +10,12 @@ public:
cmQtAutomoc();
bool Run(const char* targetDirectory);
+ void SetupAutomocTarget(cmMakefile* makefile,
+ const char* targetName,
+ std::vector<std::string>& srcs);
+
+ void AddTargetDependency(cmMakefile* makefile, cmTarget* target);
+
private:
cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,
const char* targetDirectory);