aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch')
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch b/meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch
new file mode 100644
index 00000000..e3f81fac
--- /dev/null
+++ b/meta-boot2qt/recipes-qt/automotive/qmllive/qmllive-target.patch
@@ -0,0 +1,19 @@
+diff --git a/runtime.pro b/runtime.pro
+index 73dd6d7..e569b23 100644
+--- a/runtime.pro
++++ b/runtime.pro
+@@ -1,5 +1,4 @@
+ TARGET = qmlliveruntime
+-DESTDIR = ../../bin
+
+ QT *= widgets quick
+ osx: CONFIG -= app_bundle
+@@ -14,6 +13,6 @@ include(../src.pri)
+ RESOURCES += \
+ qml.qrc
+
+-
+-
++target.path += /usr/bin
++INSTALLS += target
+