summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/sdi/sdi.pro
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/sdi/sdi.pro
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/sdi/sdi.pro')
-rw-r--r--examples/widgets/mainwindows/sdi/sdi.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/widgets/mainwindows/sdi/sdi.pro b/examples/widgets/mainwindows/sdi/sdi.pro
deleted file mode 100644
index 30d07b0665..0000000000
--- a/examples/widgets/mainwindows/sdi/sdi.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-QT += widgets
-requires(qtConfig(filedialog))
-
-HEADERS = mainwindow.h
-SOURCES = main.cpp \
- mainwindow.cpp
-RESOURCES = sdi.qrc
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/sdi
-INSTALLS += target