summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/eventtransitions/CMakeLists.txt
blob: 0fc20f59ae5ac752fa82d9ee106487ede0eca57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from eventtransitions.pro.

#####################################################################
## eventtransitions Binary:
#####################################################################

add_qt_executable(eventtransitions
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/eventtransitions"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/eventtransitions"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)