diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-12 08:56:08 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-04-15 14:07:13 (GMT) |
commit | a3f062091f488237c0151f3f4753e0668f37c60d (patch) | |
tree | f38195bddc8e824cc3fab93aef0776010128da11 /Source/CMakeLists.txt | |
parent | 8cb26a0a2ad57ca9012f97c7437711ee94f1a9db (diff) | |
download | CMake-a3f062091f488237c0151f3f4753e0668f37c60d.zip CMake-a3f062091f488237c0151f3f4753e0668f37c60d.tar.gz CMake-a3f062091f488237c0151f3f4753e0668f37c60d.tar.bz2 |
Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic`
The class name `cmQtAutoGeneratorMocUic` is long and cumbersome. This renames
it to `cmQtAutoMocUic`.
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 fcea2e3..49f237f 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -350,8 +350,8 @@ set(SRCS cmQtAutoGenGlobalInitializer.h cmQtAutoGenInitializer.cxx cmQtAutoGenInitializer.h - cmQtAutoGeneratorMocUic.cxx - cmQtAutoGeneratorMocUic.h + cmQtAutoMocUic.cxx + cmQtAutoMocUic.h cmQtAutoRcc.cxx cmQtAutoRcc.h cmRST.cxx |