summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:31:39 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-22 15:46:57 +0000
commitffcbc67c2109d9e53dd7a51485e4268897a1f9ec (patch)
treefbb10feab140d75f0bcaa4728d80d985887c16fa
parent8e089a370125c862219f7e40c4892b8eeee3f2a7 (diff)
Remove .prev_CMakeLists.txt
Amends 4d528a06c21811b Change-Id: I938f857fe036fb84544f7ef26284fc714a71a613 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 8d4072524609c2f54521c9793f3dbddccde5ce75) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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()