From 03f3af76304f2d7eaf8938e694c677bd9ba23753 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 18 May 2020 19:48:05 +0200 Subject: Fix typo The 's' is important. Change-Id: Ib3a5ed86aae8f5807902193e1051e361214ef20a Reviewed-by: Alexandru Croitor --- src/qml/Qt6QmlBuildInternals.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/Qt6QmlBuildInternals.cmake') diff --git a/src/qml/Qt6QmlBuildInternals.cmake b/src/qml/Qt6QmlBuildInternals.cmake index a17cae8bf8..d579432f0f 100644 --- a/src/qml/Qt6QmlBuildInternals.cmake +++ b/src/qml/Qt6QmlBuildInternals.cmake @@ -7,7 +7,7 @@ include_guard(GLOBAL) # This function creates a CMake target for qml modules. It will also make # sure that if no C++ source are present, that qml files show up in the project # in an IDE. Finally, it will also create a custom ${target}_qmltypes which -# can be used to generate the respective plugin.qmltypes file. +# can be used to generate the respective plugins.qmltypes file. # # CPP_PLUGIN: Whether this qml module has any c++ source files. # URI: Module's uri. -- cgit v1.2.3