# Copyright (C) 2017, Digi International Inc. FILESEXTRAPATHS:prepend := "${THISDIR}/${BP}:" SRC_URI += " \ file://qtsmarthome.desktop \ file://qtsmarthome.png \ file://0001-qtsmarthome-fix-runtime-warning.patch \ " do_install:append() { install -d ${D}${datadir}/applications ${D}${datadir}/pixmaps install -m 0644 ${WORKDIR}/qtsmarthome.desktop ${D}${datadir}/applications install -m 0644 ${WORKDIR}/qtsmarthome.png ${D}${datadir}/pixmaps } RDEPENDS:${PN} += "qtsvg-plugins"