From 32a39c4ed1802eab7454d3e6007ff02aa9581b66 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 22 May 2020 16:12:02 +0200 Subject: Document how to use CMake for Qt Widgets Task-number: QTBUG-73058 Change-Id: Ida459635e159334a4ef67979c0d28b1553317ea9 Reviewed-by: Paul Wicking --- src/widgets/doc/src/qtwidgets.qdoc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/widgets/doc/src/qtwidgets.qdoc') diff --git a/src/widgets/doc/src/qtwidgets.qdoc b/src/widgets/doc/src/qtwidgets.qdoc index 72ba22681c..59ef6288aa 100644 --- a/src/widgets/doc/src/qtwidgets.qdoc +++ b/src/widgets/doc/src/qtwidgets.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. @@ -32,17 +32,5 @@ \qtvariable widgets \brief The Qt Widgets module extends Qt GUI with C++ widget functionality. - - To include the definitions of the module's classes, use the - following directive: - - \snippet code/doc_src_qtwidgets.cpp 1 - - \if !defined(qtforpython) - To link against the module, add this line to your \l qmake \c - .pro file: - - \snippet code/doc_src_qtwidgets.pro 0 - \endif */ -- cgit v1.2.3