summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-10-29 17:31:13 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-10-29 18:27:21 +0100
commitf604fe6d1d91b32cb73cb3b5dda0a7e07472b03f (patch)
treeb835b2117fd156126f0d1a181fcc852ab8e1b9a2 /src/corelib/doc/src/qt6-changes.qdoc
parent13e978e82754020bfd31cf0c8784d8b51621b96f (diff)
Doc: Fix link issues for QtCore
- Fix linking to CMake manual. - Remove references to the state machine framework. Task-number: QTBUG-86295 Change-Id: I01a61088da8eb36760949f39be5e71d92de956f2 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/doc/src/qt6-changes.qdoc')
-rw-r--r--src/corelib/doc/src/qt6-changes.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc
index adf9dc2e80..cdbb86cc21 100644
--- a/src/corelib/doc/src/qt6-changes.qdoc
+++ b/src/corelib/doc/src/qt6-changes.qdoc
@@ -416,8 +416,9 @@
QT += core5compat
\endcode
- In case you already ported your application or library to the \l cmake
- build system, add the following to your \c CMakeList.txt:
+ In case you already ported your application or library to the
+ \l {Build with CMake}{cmake} build system, add the following to your
+ \c CMakeList.txt:
\code
PUBLIC_LIBRARIES
Qt::Core5Compat
@@ -785,8 +786,9 @@
QT += core5compat
\endcode
- In case you already ported your application or library to the \l cmake
- build system, add the following to your \c CMakeList.txt:
+ In case you already ported your application or library to the
+ \l {Build with CMake}{cmake} build system, add the following to your
+ \c CMakeList.txt:
\code
PUBLIC_LIBRARIES
Qt::Core5Compat