summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-13 15:37:42 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-07-15 08:21:32 +0000
commit967b2b31240cc42d28ac144cfc96d646b6e9804b (patch)
treebabf436d030d380608b38b691f463867a227b44a /examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
parent2f2e31fea77aef558e5c6e3727f9b31cf018599a (diff)
Auto-include qscxmlc in module config
This enables us to drop all the load(qscxmlc) declarations in the various .pro files. Change-Id: I37e0ddba76be1c4c79dea1302634f62a22032ee2 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro')
-rw-r--r--examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro b/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
index 1af874f..f032bba 100644
--- a/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
+++ b/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic.pro
@@ -7,8 +7,6 @@ SOURCES += mediaplayer-qml-dynamic.cpp
RESOURCES += mediaplayer-qml-dynamic.qrc
-load(qscxmlc)
-
target.path = $$[QT_INSTALL_EXAMPLES]/scxml/mediaplayer-qml-dynamic
INSTALLS += target