diff options
Diffstat (limited to 'modules/ECMAddQch.cmake')
-rw-r--r-- | modules/ECMAddQch.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index 40b6026b..60230eac 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -96,7 +96,7 @@ # # NAMESPACE can be used to set a custom namespace <namespace> of the generated # QCH file. The namepspace is used as the unique id by QHelpEngine (cmp. -# http://doc.qt.io/qt-5/qthelpproject.html#namespace). +# https://doc.qt.io/qt-5/qthelpproject.html#namespace). # The default namespace is ``<domain>.<name>``. # Needs to be used when ORG_DOMAIN is not used. # |