qt5base-lts/examples/widgets/statemachine/CMakeLists.txt
Sona Kurazyan 9b51d5f571 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>
2020-04-29 22:48:38 +02:00

11 lines
259 B
CMake

# Generated from statemachine.pro.
add_subdirectory(factorial)
add_subdirectory(pingpong)
if(TARGET Qt::Widgets)
add_subdirectory(eventtransitions)
add_subdirectory(rogue)
add_subdirectory(trafficlight)
add_subdirectory(twowaybutton)
endif()