summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/trafficlight/trafficlight.pro
blob: 730bd7528623dcab8f57f06695236f3d40d6c27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

SOURCES += main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/trafficlight
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS trafficlight.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/trafficlight
INSTALLS += target sources