summaryrefslogtreecommitdiffstats
path: root/examples/sql
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-03 15:50:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-06 12:43:52 +0000
commit303ff94dad273b3518b096818a2bed9d529b21ae (patch)
tree5ddc82339b6c02378c2375ce1f3402643f7bde3c /examples/sql
parentccdd6399464194a9266322e9e491e3f1a5e73867 (diff)
Remove .prev_CMakeLists.txt
These are left-overs from the initial qmake2cmake conversion. Change-Id: Ie15c9ff022ea4566d10c1ba74599de9af83d29a7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 251e84800793d3f74d7d8e7543eb5e9dba3834ad) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/sql')
-rw-r--r--examples/sql/.prev_CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/sql/.prev_CMakeLists.txt b/examples/sql/.prev_CMakeLists.txt
deleted file mode 100644
index 18e9112f11..0000000000
--- a/examples/sql/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated from sql.pro.
-
-if(NOT TARGET Qt::Widgets)
- return()
-endif()
-add_subdirectory(books)
-add_subdirectory(drilldown)
-add_subdirectory(cachedtable)
-add_subdirectory(querymodel)
-add_subdirectory(relationaltablemodel)
-add_subdirectory(sqlwidgetmapper)
-add_subdirectory(tablemodel)
-if(TARGET Qt::Xml)
- add_subdirectory(masterdetail)
-endif()
-if(QT_BUILD_PARTS___contains___tools AND NOT CMAKE_CROSSCOMPILING)
- add_subdirectory(sqlbrowser)
-endif()