diff options
author | Harald Sitter <sitter@kde.org> | 2022-05-01 13:10:11 +0200 |
---|---|---|
committer | Harald Sitter <sitter@kde.org> | 2022-05-01 13:10:11 +0200 |
commit | b6c8b20c1047006f148a9376046e45e8f036b3bd (patch) | |
tree | ad6de4c756496a2cf9bcfef40d2e5d2b0f186b21 | |
parent | 0a624648a20d01a07849538abdb21655af4241b6 (diff) | |
download | extra-cmake-modules-b6c8b20c1047006f148a9376046e45e8f036b3bd.tar.gz extra-cmake-modules-b6c8b20c1047006f148a9376046e45e8f036b3bd.tar.bz2 |
typo--v5.94.0-rc1v5.94.0
-rw-r--r-- | modules/ECMFindQmlModule.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMFindQmlModule.cmake b/modules/ECMFindQmlModule.cmake index 5d961af7..7b436f1d 100644 --- a/modules/ECMFindQmlModule.cmake +++ b/modules/ECMFindQmlModule.cmake @@ -10,7 +10,7 @@ Find QML import modules through a find_qmlmodule() call. It uses the qmlplugindump application to find the plugins and sets them up as runtime dependencies. -This is useful so that when we configure a project we are noified when some +This is useful so that when we configure a project we are notified when some QML imports are not present in the system, thus having the application compilable but fail at runtime. |