summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatemachine/qstate/CMakeLists.txt
blob: 3da7190ae8e61df34f4e48a8cef3e2193efa766d (plain)
1
2
3
4
5
6
7
8
9
10
11

#####################################################################
## tst_qstate Test:
#####################################################################

qt_internal_add_test(tst_qstate
    SOURCES
        tst_qstate.cpp
    PUBLIC_LIBRARIES
        Qt::StateMachine
)