aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-31 10:34:13 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-31 11:51:13 +0000
commit1da25250f9dc3199013b6769fae5e21970bc1e13 (patch)
tree23229ee6658b65951594a96f6e7463d73360c7c1 /examples/.prev_CMakeLists.txt
parent314b7a9c4178cef90f4c3e0486260ef0ee6253e1 (diff)
Remove .prev_CMakeLists.txt
We don't need to use pro2cmake anymore here. Change-Id: Iba8bac70c1fe31e56bf9680608913cc2c336f946 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 405bbc1c0e12e888807ff458c6df600968420e83) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/.prev_CMakeLists.txt')
-rw-r--r--examples/.prev_CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
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()