summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/CMakeLists.txt
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2023-05-09 09:53:54 +0200
committerAxel Spoerl <axel.spoerl@qt.io>2023-06-04 01:18:19 +0200
commiteda71105ff9a516059c6dd6643ff446a82edac81 (patch)
tree42484a77262cdd6e9c6c5e2533cb3f9dc0b6c4fd /examples/widgets/mainwindows/CMakeLists.txt
parent27906b7da84c22b244b612a557f57606d8d4d626 (diff)
Move widgets Application example to manual tests
With 6e77da640aa84c1efe330d4a5224c9c7425ece57, the documentviewer demo's TxtViewer plugin has been fully documented in order to replace the Application example. This patch moves the application example to manual tests. Pick-to: 6.5 Change-Id: I67d975e478c7bc840613c8af1301a4eafe8f1a42 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/mainwindows/CMakeLists.txt')
-rw-r--r--examples/widgets/mainwindows/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/mainwindows/CMakeLists.txt b/examples/widgets/mainwindows/CMakeLists.txt
index f8457d50a7..ece36efdf0 100644
--- a/examples/widgets/mainwindows/CMakeLists.txt
+++ b/examples/widgets/mainwindows/CMakeLists.txt
@@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-qt_internal_add_example(application)
qt_internal_add_example(dockwidgets)
qt_internal_add_example(mainwindow)
qt_internal_add_example(mdi)