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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 1c942ba..96b3ea0 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -228,6 +228,8 @@ SET(SRCS cmPropertyDefinitionMap.h cmPropertyMap.cxx cmPropertyMap.h + cmQtAutomoc.cxx + cmQtAutomoc.h cmScriptGenerator.h cmScriptGenerator.cxx cmSourceFile.cxx |