summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qmllive-target/qmllive-target.patch
blob: e3f81fac3ddf047278f82b0c339edaa693108746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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