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