summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
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