summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qmllive-target/qmllive-target.patch
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-06-23 17:30:54 +0300
committerRisto Avila <risto.avila@qt.io>2016-06-29 17:49:22 +0000
commit7dc5d514c72cf3634ef3f1b0fc6643ceb7938c2d (patch)
tree236666fa5c480fff5446c76af55a59c48e80c0c2 /recipes-qt/automotive/qmllive-target/qmllive-target.patch
parent30a175a5600825bda75f56fba8c29313dbe05540 (diff)
downloadmeta-boot2qt-7dc5d514c72cf3634ef3f1b0fc6643ceb7938c2d.tar.gz
Added QMLLive to automotive images
Change-Id: Iaf4721429e97d480ec4938186cc4115231ca86c1 Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'recipes-qt/automotive/qmllive-target/qmllive-target.patch')
-rw-r--r--recipes-qt/automotive/qmllive-target/qmllive-target.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-qt/automotive/qmllive-target/qmllive-target.patch b/recipes-qt/automotive/qmllive-target/qmllive-target.patch
new file mode 100644
index 0000000..e3f81fa
--- /dev/null
+++ b/recipes-qt/automotive/qmllive-target/qmllive-target.patch
@@ -0,0 +1,19 @@
1diff --git a/runtime.pro b/runtime.pro
2index 73dd6d7..e569b23 100644
3--- a/runtime.pro
4+++ b/runtime.pro
5@@ -1,5 +1,4 @@
6 TARGET = qmlliveruntime
7-DESTDIR = ../../bin
8
9 QT *= widgets quick
10 osx: CONFIG -= app_bundle
11@@ -14,6 +13,6 @@ include(../src.pri)
12 RESOURCES += \
13 qml.qrc
14
15-
16-
17+target.path += /usr/bin
18+INSTALLS += target
19