summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
blob: f032bba2340744dff344e2f2708856f0da12ed35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app

QT += qml scxml
CONFIG += c++11

SOURCES += mediaplayer-qml-dynamic.cpp

RESOURCES += mediaplayer-qml-dynamic.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/scxml/mediaplayer-qml-dynamic
INSTALLS += target