summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-02-19 08:57:50 +0100
committerKai Koehne <kai.koehne@qt.io>2020-02-19 10:16:57 +0100
commitbc37d41cd8606603fbdf5cc8790f003b27ee5117 (patch)
treecb3d3553a8c9a34ac86ba21814468e8eb2c11a4e
parentd55e4ca379d21addce1c110f4d1e080009fd4de1 (diff)
downloadqtdoc-bc37d41cd8606603fbdf5cc8790f003b27ee5117.tar.gz
Remove reference to Qt Quick Compiler
The tool isn't too useful anymore from Qt 5.12 onwards. Fixes: QTBUG-82332 Change-Id: Id07f47aef54aa3513fad00b6ec2692cb4364daae Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--doc/src/developmenttools.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/developmenttools.qdoc b/doc/src/developmenttools.qdoc
index ec2b3360..7f565a25 100644
--- a/doc/src/developmenttools.qdoc
+++ b/doc/src/developmenttools.qdoc
@@ -93,9 +93,6 @@
\row \li \l{D-Bus Viewer}
\li A tool to introspect D-Bus objects and messages. Available from
the Qt SDK or the Qt 5 qttools repository.
- \row \li \l{Qt Quick Compiler}
- \li A compiler for QML that enables building Qt Quick applications
- without having to deploy the QML sources on to the target.
\row \li \l{Qt VS Tools}
\li Intended for developers who wish to develop Qt applications using
the Visual Studio IDE instead of Qt Creator.