diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-07 10:02:46 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-07 10:02:46 (GMT) |
commit | a65011baf109fd0afe759cf3d9e7b6ab7013a805 (patch) | |
tree | 0ebb84ca3ab98de7beaa2ff8a0cf30689510942a /Source/cmQtAutomoc.cxx | |
parent | 2c14a176bbbc979a4db5b1e8d81d390ff4580d46 (diff) | |
download | CMake-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.cxx | 10 |
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) +{ +} |