summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/statemachine.pro
blob: 2a539d2e5437a863f7e50d247460ae8198816736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = subdirs
SUBDIRS       = \
                factorial \
                pingpong

!contains(QT_CONFIG, no-widgets) {
    SUBDIRS +=  \
                eventtransitions \
                rogue \
                trafficlight \
                twowaybutton
}