summaryrefslogtreecommitdiffstats
path: root/examples/sql/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/.prev_CMakeLists.txt')
-rw-r--r--examples/sql/.prev_CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/sql/.prev_CMakeLists.txt b/examples/sql/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..18e9112f11
--- /dev/null
+++ b/examples/sql/.prev_CMakeLists.txt
@@ -0,0 +1,18 @@
+# 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()