From 3cbf991a9bec70b31aabbfa7b13ef52f3b9638ec Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@qt.io> Date: Thu, 19 Jul 2018 14:18:15 +0200 Subject: [PATCH] Add commercial modules to All Modules Task-number: QTBUG-66573 Change-Id: Ie41b50c40576e926136752c4166c5f7cf7750026 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> --- doc/src/external-resources.qdoc | 10 ++++++++++ doc/src/qtmodules.qdoc | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc index 17fa59dd..2feb403f 100644 --- a/doc/src/external-resources.qdoc +++ b/doc/src/external-resources.qdoc @@ -331,3 +331,13 @@ \externalpage http://doc.qt.io/QtForAutomation/index.html \title Qt for Automation */ + +/*! + \externalpage https://doc.qt.io/QtAutomotiveSuite/index.html + \title Qt Automotive Suite +*/ + +/*! + \externalpage https://doc.qt.io/QtQuickEnterpriseControls/ + \title Qt Quick Enterprise Controls +*/ diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc index b4fa3dff..5fa2e96a 100644 --- a/doc/src/qtmodules.qdoc +++ b/doc/src/qtmodules.qdoc @@ -399,12 +399,22 @@ \header \li Feature \li Description + \row + \li \l{Qt Automotive Suite} + \li A collection of software components and tools to enable development + of In-Vehicle-Infotainment (IVI) systems. Built on top of the + Qt for Device Creation offering and compliant with the GENIVI + automotive platform architecture. \row \li \l{Qt for Automation} - \li Libraries and Tools for automation related domains such as KNX, OPC UA and MQTT. + \li Libraries and tools for automation related domains, such as KNX, + OPC UA, and MQTT. \row \li \l{Qt for Device Creation} \li Tools for fast, easy, and fully-integrated embedded device application development. - Includes most other Value-Add features. + Included in most other Value-Add solutions. + \row \li \l{Qt Quick Enterprise Controls} + \li A specialized set of controls that can be used to build interfaces + in Qt Quick. \endtable \section1 Technology Preview Modules -- GitLab