9b51d5f571
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>
11 lines
259 B
CMake
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()
|