From abbc5a8ecc6a66c87d90a0f7acf15451c3808c1b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 6 Sep 2018 13:54:51 +0200 Subject: Do show module license on all help pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qt Virtual Keyboard has a different main license than most other Qt modules, which is easy to miss. We do show the license on the module landing page and in the 'All modules' overview page, but if you directly open an example or a class page you can still miss this. This change adds the main license description to the header shared by all pages of the module; we (mis)use the buildversion variable for that, which was so far unused. Right now qdoc does not 'linkify' the entry. It could add a generic link to the landing page though, where the license is also described. Task-number: QTBUG-70354 Change-Id: I5f271b1bcba6992abfd1ad7e213fc5f2a93a0d25 Reviewed-by: Jarkko Koivikko Reviewed-by: Mitch Curtis Reviewed-by: Topi Reiniƶ --- src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf index 3a50346d..d70883d3 100644 --- a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf +++ b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf @@ -3,6 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtVirtualKeyboard description = Qt Virtual Keyboard version = $QT_VERSION +buildversion = Qt Virtual Keyboard | Commercial or GPLv3 # Custom module header passed to clang moduleheader = QtVirtualKeyboard_pch.h -- cgit v1.2.3