summaryrefslogtreecommitdiffstats
path: root/examples/widgets/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-03 15:50:59 +0100
committerKai Koehne <kai.koehne@qt.io>2021-12-06 11:23:26 +0000
commit251e84800793d3f74d7d8e7543eb5e9dba3834ad (patch)
tree3aae0f79ff9ff6d450d95f797c38a324cc7c0ce6 /examples/widgets/.prev_CMakeLists.txt
parentf25761c617774e5915e0c2b0dda4459cddf1aecd (diff)
Remove .prev_CMakeLists.txt
These are left-overs from the initial qmake2cmake conversion. Pick-to: 6.2 Change-Id: Ie15c9ff022ea4566d10c1ba74599de9af83d29a7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/widgets/.prev_CMakeLists.txt')
-rw-r--r--examples/widgets/.prev_CMakeLists.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/widgets/.prev_CMakeLists.txt b/examples/widgets/.prev_CMakeLists.txt
deleted file mode 100644
index cffc0a6293..0000000000
--- a/examples/widgets/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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(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()