From 1da25250f9dc3199013b6769fae5e21970bc1e13 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 31 Aug 2021 10:34:13 +0200 Subject: Remove .prev_CMakeLists.txt We don't need to use pro2cmake anymore here. Change-Id: Iba8bac70c1fe31e56bf9680608913cc2c336f946 Reviewed-by: Mitch Curtis (cherry picked from commit 405bbc1c0e12e888807ff458c6df600968420e83) Reviewed-by: Qt Cherry-pick Bot --- examples/.prev_CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/.prev_CMakeLists.txt (limited to 'examples/.prev_CMakeLists.txt') diff --git a/examples/.prev_CMakeLists.txt b/examples/.prev_CMakeLists.txt deleted file mode 100644 index 4688b21b4b..0000000000 --- a/examples/.prev_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# Generated from examples.pro. - -qt_examples_build_begin() - -add_subdirectory(qml) -if(TARGET Qt::QuickTest) - add_subdirectory(qmltest) -endif() -if(TARGET Qt::Quick) - add_subdirectory(quick) -endif() -add_subdirectory(quickcontrols2) - -qt_examples_build_end() -- cgit v1.2.3