aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-13 15:44:51 +0200
committerKai Köhne <kai.koehne@qt.io>2022-06-13 16:03:07 +0200
commitb0d82c085cc7b4e19f246a5e5f0be16e368c59c8 (patch)
tree11685de044f99ecfc461e91b3d0bb29aff90232f /src/virtualkeyboard
parente91b8b74258bc39146c33d0b93ada2b6dc6c9cbb (diff)
Fix links to "QML Import Path" section
qmake documentation happens to have a QML_IMPORT_PATH target. Make sure we actually link to the section in Qt Qml. Pick-to: 6.4 Change-Id: I0db5fa18ea6b931b44af381a141a6a5bafcf9c86 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'src/virtualkeyboard')
-rw-r--r--src/virtualkeyboard/doc/src/technical-guide.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualkeyboard/doc/src/technical-guide.qdoc b/src/virtualkeyboard/doc/src/technical-guide.qdoc
index 3fb80c93..c0ec623a 100644
--- a/src/virtualkeyboard/doc/src/technical-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/technical-guide.qdoc
@@ -644,7 +644,7 @@ style name, the virtual keyboard falls back in the default built-in style.
The process of creating a new style begins by creating a new subdirectory
for the style in a QML import path under the URL-based directory structure
-QtQuick/VirtualKeyboard/Styles/. See \l {QML Import Path}
+QtQuick/VirtualKeyboard/Styles/. See \l[QtQml]{QML Import Path}
for information about QML import paths. The directory
name can not contain spaces or special characters other than underscore.
Also, the directory name can not be the same as one of the built-in style,