From cede00ec892805ad0f04db6566bf002195c4cb09 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 22 May 2020 16:20:58 +0200 Subject: Document how to use CMake for Qt Xml Task-number: QTBUG-73058 Change-Id: I2d19670016c9aef5e96d74b2b7e22c675058f30c Reviewed-by: Paul Wicking --- src/xml/doc/src/qtxml.qdoc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/xml/doc/src/qtxml.qdoc') diff --git a/src/xml/doc/src/qtxml.qdoc b/src/xml/doc/src/qtxml.qdoc index 452e39d745..b12089841d 100644 --- a/src/xml/doc/src/qtxml.qdoc +++ b/src/xml/doc/src/qtxml.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the documentation of the Qt Toolkit. @@ -37,16 +37,4 @@ documents iteratively (SAX), we recommend using Qt Core's QXmlStreamReader and QXmlStreamWriter classes. The classes are both easier to use and more compliant with the XML standard. - - To include the definitions of the module's classes, use the - following directive: - - \snippet code/doc_src_qtxml.cpp 0 - - \if !defined(qtforpython) - To link against the module, add this line to your \l qmake \c - .pro file: - - \snippet code/doc_src_qtxml.pro 1 - \endif */ -- cgit v1.2.3