diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-17 16:21:57 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-17 16:23:49 (GMT) |
commit | 9cfa213aa62e8a7b73fd0ba63e6e80ba86082e52 (patch) | |
tree | 45fa8cb5c236c49d669541650da6b6023cf80f11 /Source/CMakeLists.txt | |
parent | 79908ae4aec7d02d900e53b21ef195b7bfc94725 (diff) | |
download | CMake-9cfa213aa62e8a7b73fd0ba63e6e80ba86082e52.zip CMake-9cfa213aa62e8a7b73fd0ba63e6e80ba86082e52.tar.gz CMake-9cfa213aa62e8a7b73fd0ba63e6e80ba86082e52.tar.bz2 |
Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 1b46377..cd1287c 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -313,8 +313,8 @@ set(SRCS cmQtAutoGen.h cmQtAutoGenerator.cxx cmQtAutoGenerator.h - cmQtAutoGeneratorInitializer.cxx - cmQtAutoGeneratorInitializer.h + cmQtAutoGenInitializer.cxx + cmQtAutoGenInitializer.h cmQtAutoGeneratorMocUic.cxx cmQtAutoGeneratorMocUic.h cmQtAutoGeneratorRcc.cxx |