summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 08ba5825a0a02c9a5884203a1d02936b78f0f6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from examples.pro.

qt_examples_build_begin()

if(TARGET Qt::Scxml)
    add_subdirectory(scxml)
endif()
if(TARGET Qt::StateMachine AND QT_FEATURE_qeventtransition)
    add_subdirectory(widgets)
endif()

qt_examples_build_end()