From f40a015056238eecce798cfcda5124adc7ffb184 Mon Sep 17 00:00:00 2001
From: Alex Blasche <alexander.blasche@qt.io>
Date: Tue, 27 Feb 2018 13:38:05 +0100
Subject: [PATCH] Add link to Qt for Automation from Qt's value-add listing

Task-number: QTBUG-66573
Change-Id: Ica4b804ea55b7d4bd21a60a83db6f841d7453eb8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
---
 doc/src/external-resources.qdoc | 5 +++++
 doc/src/qtmodules.qdoc          | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 1e2951c5..2c07146b 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -326,3 +326,8 @@
     \externalpage https://wiki.openssl.org/images/7/70/Setenv-android.sh
     \title OpenSSL: Build Setup Script
 */
+
+/*!
+    \externalpage http://doc.qt.io/QtForAutomation/index.html
+    \title Qt for Automation
+*/
diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc
index a67336f0..54cee163 100644
--- a/doc/src/qtmodules.qdoc
+++ b/doc/src/qtmodules.qdoc
@@ -379,6 +379,9 @@
     \header
         \li Feature
         \li Description
+    \row
+         \li \l{Qt for Automation}
+         \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.
-- 
GitLab