summaryrefslogtreecommitdiffstats
path: root/examples/widgets/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-04-28 10:44:54 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-04-29 22:48:38 +0200
commit9b51d5f5713c237c244c1bff4d0bd3d0437e1b95 (patch)
tree5970f713d6264edfd2961439f027b62da2077d73 /examples/widgets/.prev_CMakeLists.txt
parenta19d743b2cf61bbfebec8f56bfd09299c30f00a8 (diff)
CMake: Regenerate examples/widgets/ projects
Also add the missing examples/widgets/gallery project. Change-Id: Iec3d61881065cf93d90f9fd3da928ffcd4f0c0aa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/widgets/.prev_CMakeLists.txt')
-rw-r--r--examples/widgets/.prev_CMakeLists.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/widgets/.prev_CMakeLists.txt b/examples/widgets/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..8eca336c88
--- /dev/null
+++ b/examples/widgets/.prev_CMakeLists.txt
@@ -0,0 +1,36 @@
+# Generated from widgets.pro.
+
+if(NOT TARGET Qt::Widgets)
+ return()
+endif()
+if(QT_FEATURE_animation)
+ add_subdirectory(animation)
+endif()
+add_subdirectory(desktop)
+add_subdirectory(dialogs)
+add_subdirectory(effects)
+add_subdirectory(gallery)
+add_subdirectory(gestures)
+add_subdirectory(graphicsview)
+add_subdirectory(itemviews)
+add_subdirectory(layouts)
+add_subdirectory(painting)
+add_subdirectory(richtext)
+add_subdirectory(scroller)
+add_subdirectory(statemachine)
+add_subdirectory(tools)
+add_subdirectory(touch)
+add_subdirectory(tutorials)
+add_subdirectory(widgets)
+if(QT_FEATURE_draganddrop)
+ add_subdirectory(draganddrop)
+endif()
+if(QT_FEATURE_cursor)
+ add_subdirectory(mainwindows)
+endif()
+if(QT_FEATURE_opengl AND TARGET Qt::Gui)
+ add_subdirectory(windowcontainer)
+endif()
+if(APPLE)
+ add_subdirectory(mac)
+endif()