summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/qtwidgets.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-05-22 16:12:02 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-31 18:44:57 +0200
commit32a39c4ed1802eab7454d3e6007ff02aa9581b66 (patch)
tree67f26f32d94bca9051a40b03a583a99a913e03eb /src/widgets/doc/src/qtwidgets.qdoc
parentc84e9c0700639d2878b8c6caec3f661c4fc4c74d (diff)
Document how to use CMake for Qt Widgets
Task-number: QTBUG-73058 Change-Id: Ida459635e159334a4ef67979c0d28b1553317ea9 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/doc/src/qtwidgets.qdoc')
-rw-r--r--src/widgets/doc/src/qtwidgets.qdoc14
1 files changed, 1 insertions, 13 deletions
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
*/