summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
blob: cb7341e34510e8a9f1dcf1a0b9cffeb6170ab15b (plain)
1
2
3
4
5
6
7
8
requires(qtHaveModule(widgets))

TEMPLATE = subdirs
CONFIG += no_docs_target

SUBDIRS = graphicsview \
          statemachine
qtConfig(animation): SUBDIRS += animation