diff --git a/meta-digi-dey/recipes-qt/examples/qt5everywheredemo_1.0.bbappend b/meta-digi-dey/recipes-qt/examples/qt5everywheredemo_1.0.bbappend new file mode 100644 index 000000000..784a1f2ca --- /dev/null +++ b/meta-digi-dey/recipes-qt/examples/qt5everywheredemo_1.0.bbappend @@ -0,0 +1,15 @@ +# Copyright (C) 2015 Digi International. + +LIC_FILES_CHKSUM = "file://main.cpp;md5=a3ecdc1d777da347f1bf35dd9966606f" + +DEPENDS += "qtmultimedia" + +SRCREV = "35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac" + +do_install_append() { + # New version of the example application embed all the files in the + # binary itself using QRC + rm -rf ${D}${datadir}/${P}/qml +} + +RDEPENDS_${PN} += "qtmultimedia-qmlplugins"