summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine
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/statemachine
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/statemachine')
-rw-r--r--examples/widgets/statemachine/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/statemachine/CMakeLists.txt b/examples/widgets/statemachine/CMakeLists.txt
index 8527fcbc69..90a7b3e263 100644
--- a/examples/widgets/statemachine/CMakeLists.txt
+++ b/examples/widgets/statemachine/CMakeLists.txt
@@ -2,7 +2,6 @@
add_subdirectory(factorial)
add_subdirectory(pingpong)
-
if(TARGET Qt::Widgets)
add_subdirectory(eventtransitions)
add_subdirectory(rogue)