From 8d4072524609c2f54521c9793f3dbddccde5ce75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 21 Mar 2022 18:31:39 +0100 Subject: Remove .prev_CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends 4d528a06c21811b Pick-to: 6.3 Change-Id: I938f857fe036fb84544f7ef26284fc714a71a613 Reviewed-by: Jörg Bornemann --- examples/activeqt/.prev_CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/activeqt/.prev_CMakeLists.txt (limited to 'examples/activeqt') 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() -- cgit v1.2.3