From kde-commits Thu Sep 20 08:35:55 2018 From: Kevin Funk Date: Thu, 20 Sep 2018 08:35:55 +0000 To: kde-commits Subject: [kdevelop/5.3] appimage: appimage: Welcome Page plugin needs more QML mods Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153744209904662 Git commit 3077b0d67aeb5f7c926904953bca0c16985ba9bd by Kevin Funk. Committed on 20/09/2018 at 08:35. Pushed by kfunk into branch '5.3'. appimage: Welcome Page plugin needs more QML mods ... like QtQuick.Layouts and QtQuick.Controls M +3 -1 appimage/kdevelop-recipe-centos6.sh https://commits.kde.org/kdevelop/3077b0d67aeb5f7c926904953bca0c16985ba9bd diff --git a/appimage/kdevelop-recipe-centos6.sh b/appimage/kdevelop-recipe= -centos6.sh index 168f87628d..52d74a1635 100755 --- a/appimage/kdevelop-recipe-centos6.sh +++ b/appimage/kdevelop-recipe-centos6.sh @@ -280,7 +280,9 @@ cp -r $PLUGINS/xcbglintegrations ./usr/lib/qt5/plugins/ = mkdir -p ./usr/lib/qt5/qml QML_DIR=3D$QTDIR/qml -cp -r $QML_DIR/QtQuick.2 ./usr/lib/qml # for the Welcome Page plugin +# for the Welcome Page plugin +cp -r $QML_DIR/QtQuick ./usr/lib/qml +cp -r $QML_DIR/QtQuick.2 ./usr/lib/qml = cp -R /kdevelop.appdir/usr/lib/grantlee/ /kdevelop.appdir/usr/lib/qt5/plug= ins/ rm -Rf /kdevelop.appdir/usr/lib/grantlee