summaryrefslogtreecommitdiffstats
path: root/src/widgets/Qt5WidgetsMacros.cmake
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-11-26 15:48:29 +0100
committerKai Koehne <kai.koehne@qt.io>2019-12-03 12:51:10 +0100
commitb6632443d4d5b657f25a123eb52cec9e8d2eefea (patch)
tree58b9430b8c8c6dd31e44fd3024a3481e32037145 /src/widgets/Qt5WidgetsMacros.cmake
parentfea316cbe762768ccda25f02d68c2efed25f5b23 (diff)
CMake: Use lower-case macro/function names
CMake is case-insensitive for macro and function names. Still, it is "strongly recommended to stay with the case chosen in the function definition." So let's make the function and macro definition lower-case, like we also recommend in the documentation. Change-Id: I1f64b18716f034cb696d2e19a2b380aaadd6cd07 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/widgets/Qt5WidgetsMacros.cmake')
-rw-r--r--src/widgets/Qt5WidgetsMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/Qt5WidgetsMacros.cmake b/src/widgets/Qt5WidgetsMacros.cmake
index 737371a5ad..21e73d4f0c 100644
--- a/src/widgets/Qt5WidgetsMacros.cmake
+++ b/src/widgets/Qt5WidgetsMacros.cmake
@@ -41,7 +41,7 @@ include(CMakeParseArguments)
# qt5_wrap_ui(outfiles inputfile ... )
-function(QT5_WRAP_UI outfiles )
+function(qt5_wrap_ui outfiles )
set(options)
set(oneValueArgs)
set(multiValueArgs OPTIONS)