Skip to content
Snippets Groups Projects
Commit 7dc5d514 authored by Kimmo Ollila's avatar Kimmo Ollila Committed by Risto Avila
Browse files

Added QMLLive to automotive images


Change-Id: Iaf4721429e97d480ec4938186cc4115231ca86c1
Reviewed-by: default avatarRisto Avila <risto.avila@qt.io>
parent 30a175a5
No related branches found
No related tags found
No related merge requests found
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
DESCRIPTION = "QML Live target runtime"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://../../LICENSE.GPL3;md5=75cd0dbc6f2d24e7eeb128ff59b74f4c"
inherit qmake5 sdk-sources
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI = " \
git://codereview.qt-project.org/qt-apps/qmllive.git;branch=${BRANCH};protocol=ssh;name=tools \
file://qmllive-target.patch \
"
BRANCH = "master"
SRCREV_tools="d0d41c71c4691a5f3e2b72e22917f314b4190ffc"
S = "${WORKDIR}/git/src/runtime"
DEPENDS = "qtbase qtdeclarative"
......@@ -43,4 +43,5 @@ RDEPENDS_${PN} += " \
neptune-ui-apps \
${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebbrowser', '', d)} \
gammaray \
qmllive-target \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment