summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 6d5cc8436c9f4753395f7dfadb6090ee11a37667 (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)
    add_subdirectory(widgets)
endif()

qt_examples_build_end()