From bc37d41cd8606603fbdf5cc8790f003b27ee5117 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Feb 2020 08:57:50 +0100 Subject: [PATCH] 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 --- doc/src/developmenttools.qdoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/src/developmenttools.qdoc b/doc/src/developmenttools.qdoc index ec2b33602..7f565a259 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.