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

qtHaveModule(widgets) {
    SUBDIRS +=  \
                eventtransitions \
                rogue \
                trafficlight \
                twowaybutton
}