summaryrefslogtreecommitdiffstats
path: root/examples/activeqt
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:31:39 +0100
committerKai Koehne <kai.koehne@qt.io>2022-03-22 14:32:15 +0000
commit8d4072524609c2f54521c9793f3dbddccde5ce75 (patch)
tree59767b944c8f8965eeeeb3f641add7f4a3335188 /examples/activeqt
parent8d083c6f944baa068e110f4422a278bcfff6b79d (diff)
Remove .prev_CMakeLists.txt
Amends 4d528a06c21811b Pick-to: 6.3 Change-Id: I938f857fe036fb84544f7ef26284fc714a71a613 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/activeqt')
-rw-r--r--examples/activeqt/.prev_CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/activeqt/.prev_CMakeLists.txt b/examples/activeqt/.prev_CMakeLists.txt
deleted file mode 100644
index 657ff2b..0000000
--- a/examples/activeqt/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated from activeqt.pro.
-
-add_subdirectory(comapp)
-add_subdirectory(hierarchy)
-add_subdirectory(menus)
-add_subdirectory(multiple)
-add_subdirectory(simple)
-add_subdirectory(wrapper)
-if(MINGW OR QT_BUILD_SHARED_LIBS)
- add_subdirectory(mediaplayer)
-endif()
-if(QT_CONFIG___contains___opengl AND NOT QT_CONFIG___contains___opengles2)
- add_subdirectory(opengl)
-endif()
-if(TARGET Qt::QuickControls2)
- add_subdirectory(simpleqml)
-endif()