diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-11-18 14:08:08 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-11-19 11:51:31 (GMT) |
commit | 2a85b5ac768cde4a9bbe98551528c8bae1e268a8 (patch) | |
tree | 2bb1ba0c521f353dd5c2fb1b8fd8a7b9a5c3ba85 /Source/CMakeLists.txt | |
parent | 75819b8626abf0e64895ef19acd27dbd0fa9255b (diff) | |
download | CMake-2a85b5ac768cde4a9bbe98551528c8bae1e268a8.zip CMake-2a85b5ac768cde4a9bbe98551528c8bae1e268a8.tar.gz CMake-2a85b5ac768cde4a9bbe98551528c8bae1e268a8.tar.bz2 |
Autogen: Make cmQtAutoGeneratorInitializer an instantiable class
Remove the cmQtAutoGenDigest classes and make
cmQtAutoGeneratorInitializer instantiable instead.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 6b086fa..6c60675 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -311,7 +311,6 @@ set(SRCS cmPropertyMap.h cmQtAutoGen.cxx cmQtAutoGen.h - cmQtAutoGenDigest.h cmQtAutoGenerator.cxx cmQtAutoGenerator.h cmQtAutoGeneratorInitializer.cxx |