From 9171f0ee38ca4d3aa7b65f66635e88ccdec9d174 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 13 Dec 2022 12:27:11 +0100 Subject: doc: Use externalpage to link to Qt DLT Logging Change-Id: If5806a888e803bc7764d975d9b796c1e8e3084af Reviewed-by: Robert Griebl (cherry picked from commit 2f8c996dd8832efc47caf30f53f24cb83b1c8fc5) Reviewed-by: Qt Cherry-pick Bot --- doc/external-pages.qdoc | 7 +++++++ doc/qtapplicationmanager-project.qdocconf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 doc/external-pages.qdoc diff --git a/doc/external-pages.qdoc b/doc/external-pages.qdoc new file mode 100644 index 00000000..b1a67d76 --- /dev/null +++ b/doc/external-pages.qdoc @@ -0,0 +1,7 @@ +// Copyright (C) 2022 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \externalpage https://doc-snapshots.qt.io/qtdltlogging/ + \title Qt DLT Logging +*/ diff --git a/doc/qtapplicationmanager-project.qdocconf b/doc/qtapplicationmanager-project.qdocconf index 443e9be4..6af09230 100644 --- a/doc/qtapplicationmanager-project.qdocconf +++ b/doc/qtapplicationmanager-project.qdocconf @@ -61,7 +61,7 @@ sourcedirs += \ imagedirs += ../doc/images exampledirs = ../examples -depends += qtcore qtquick qtqml qtdoc qtcmake qtwaylandcompositor qtwidgets qtdltlogging +depends += qtcore qtquick qtqml qtdoc qtcmake qtwaylandcompositor qtwidgets qhp.projects = QtApplicationManager qhp.QtApplicationManager.file = qtapplicationmanager.qhp qhp.QtApplicationManager.namespace = org.qt-project.qtapplicationmanager.$QT_VERSION_TAG -- cgit v1.2.1