From f604fe6d1d91b32cb73cb3b5dda0a7e07472b03f Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 29 Oct 2020 17:31:13 +0100 Subject: 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 --- src/corelib/doc/src/qt6-changes.qdoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/corelib/doc/src/qt6-changes.qdoc') 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 -- cgit v1.2.3