summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-07 10:02:46 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-07 10:02:46 (GMT)
commita65011baf109fd0afe759cf3d9e7b6ab7013a805 (patch)
tree0ebb84ca3ab98de7beaa2ff8a0cf30689510942a /Source/cmQtAutomoc.h
parent2c14a176bbbc979a4db5b1e8d81d390ff4580d46 (diff)
downloadCMake-a65011baf109fd0afe759cf3d9e7b6ab7013a805.zip
CMake-a65011baf109fd0afe759cf3d9e7b6ab7013a805.tar.gz
CMake-a65011baf109fd0afe759cf3d9e7b6ab7013a805.tar.bz2
Start work on automoc: add empty cmQtAutomoc class
Alex
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r--Source/cmQtAutomoc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h
new file mode 100644
index 0000000..657b208
--- /dev/null
+++ b/Source/cmQtAutomoc.h
@@ -0,0 +1,11 @@
+#ifndef cmQtAutomoc_h
+#define cmQtAutomoc_h
+
+class cmQtAutomoc
+{
+public:
+ cmQtAutomoc();
+ bool Run(const char* targetDirectory);
+};
+
+#endif