summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.cxx
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.cxx
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.cxx')
-rw-r--r--Source/cmQtAutomoc.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx
new file mode 100644
index 0000000..efbfc38
--- /dev/null
+++ b/Source/cmQtAutomoc.cxx
@@ -0,0 +1,10 @@
+#include "cmQtAutomoc.h"
+
+cmQtAutomoc::cmQtAutomoc()
+{
+}
+
+
+bool cmQtAutomoc::Run(const char* targetDirectory)
+{
+}