summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/CMakeLists.txt
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 14:56:34 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-02 12:08:11 +0100
commit3c104c279911419f3d0a9e6f3ac050e6f3968e7e (patch)
treeecd48d188ee4cce2baf641407e41642ccfe22ce2 /examples/widgets/mainwindows/CMakeLists.txt
parent277d809ba4f8c60812286f15a116d2520e2eb0fc (diff)
Remove the 'sdi' example
It is essentially the same as the other mainwindow examples, showing how to create a text editor. The only special code here is the tiling of the different main windows, which - without any documentation or explanation - is neither very helpful, nor relevant in 2023. Pick-to: 6.5 Change-Id: I48b92b1cf057f586e0d2842d1c0a3312154e9a13 Reviewed-by: Axel Spoerl <axel.spoerl@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 93c9e23514..f8457d50a7 100644
--- a/examples/widgets/mainwindows/CMakeLists.txt
+++ b/examples/widgets/mainwindows/CMakeLists.txt
@@ -6,4 +6,3 @@ qt_internal_add_example(dockwidgets)
qt_internal_add_example(mainwindow)
qt_internal_add_example(mdi)
qt_internal_add_example(menus)
-qt_internal_add_example(sdi)