summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInkamari Harjula <inkamari.harjula@qt.io>2024-01-10 15:26:32 +0200
committerInkamari Harjula <inkamari.harjula@qt.io>2024-01-12 11:32:01 +0200
commitff00feefbf06ee4ba58f8a9173906ca6298bbfc8 (patch)
tree75e2a5570cc39271fd4e69d1a06419f608276128
parent6bdbc3b15997781b369e19d8c04f1f5b94513178 (diff)
Doc: Link to external dependencies
In Supported Platforms section, link to Linux dependecies added. Task-number: QTIFW-3170 Change-Id: I0d22791113b3d1d6ff0bebb421d6f56143199b0b Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--doc/installerfw-getting-started.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index 6ae36f63a..093beba67 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2023 The Qt Company Ltd.
+** Copyright (C) 2024 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -39,7 +39,10 @@
\section1 Supported Platforms
You can use the Qt Installer Framework to create installers for all
- platforms supported by \l[QtDoc]{Supported Platforms}{desktop Qt}.
+ platforms supported by \l{https://doc.qt.io/qt-6/supported-platforms.html}{desktop Qt}.
+
+ If you use Linux, install also
+ \l {https://doc.qt.io/qt-6/linux-requirements.html} {Platform Plugin dependencies}.
\section1 Building from Sources