From 7a59a699a7061e3614cd246849874909b4662711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Fri, 22 Oct 2021 15:08:18 +0300 Subject: Doc: Remove references to qmake support, it's already gone Pick-to: 6.2 Change-Id: I5ae83f4e68ae292926246e195855451e6e9ae8a4 Reviewed-by: Nicholas Bennett --- src/doc/src/qtdeviceutilities-index.qdoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/doc/src/qtdeviceutilities-index.qdoc b/src/doc/src/qtdeviceutilities-index.qdoc index 3e4467e..aea43b5 100644 --- a/src/doc/src/qtdeviceutilities-index.qdoc +++ b/src/doc/src/qtdeviceutilities-index.qdoc @@ -57,14 +57,6 @@ target_link_libraries(mytarget Qt6::NetworkSettings) \endcode - \section2 Building with qmake - - If you're using qmake to build your application, add this line to your qmake .pro file: - - \badcode - QT += networksettings - \endcode - To import the QML types into your application, use the following import statements in your .qml file: -- cgit v1.2.3