Commit 389fa2ea authored by Florent Revest's avatar Florent Revest

mapplauncherd-booster-qtcomponents: fixes preload.qml

parent 34e5b328
......@@ -19,7 +19,7 @@ do_configure_prepend() {
sed -i "s@INCLUDEPATH += /usr/include/applauncherd/@INCLUDEPATH += ${STAGING_INCDIR}/applauncherd ${STAGING_INCDIR}/mdeclarativecache5/@" ${S}/booster-qtcomponents.pro
sed -i "s@LIBS += -lapplauncherd@LIBS += -lapplauncherd -lmdeclarativecache5@" ${S}/booster-qtcomponents.pro
cp ${WORKDIR}/booster-qtcomponents-qt5.service ${S}/data/booster-qtcomponents-qt5.service
cp ${WORKDIR}/preload.qml ${S}/qml/preload.qml
cp ${WORKDIR}/preload.qml ${S}/qml-qt5/preload.qml
}
do_install_append() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment