summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-09-29 10:08:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-04 21:41:52 +0000
commit666a1db34c407d8b4a37a330081c45025d113613 (patch)
tree2f68ff902c54767ae6eb1cbe177391b1f7cfa494 /qmake
parentdb9090560142ca5e9cb9c4e810de834c2d385dd5 (diff)
Doc: Fix link in QMake variable reference
In the description of the qt value of the CONFIG variable the link to the QT variable was broken. Pick-to: 6.5 Change-Id: I07dc1993ce0cefb7615d02aaefb9ad8391b1dd39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 480b39288f8e65ab3c0ee19e8a38195a97d4046a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 875a1ac56d..034d87f4be 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1283,7 +1283,7 @@
\row \li qt \li The target is a Qt application or library and requires the Qt
library and header files. The proper include and library paths for the
Qt library will automatically be added to the project. This is defined
- by default, and can be fine-tuned with the \c{\l{#qt}{QT}} variable.
+ by default, and can be fine-tuned with the \l{#qt}{QT} variable.
\row \li x11 \li The target is an X11 application or library. The proper
include paths and libraries will automatically be added to the
project.