[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdevelop/5.3] appimage: appimage: Welcome Page plugin needs more QML mods
From:       Kevin Funk <null () kde ! org>
Date:       2018-09-20 8:35:55
Message-ID: E1g2uRH-0000xK-Ck () code ! kde ! org
[Download RAW message or body]

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=$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/plugins/
 rm -Rf /kdevelop.appdir/usr/lib/grantlee
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic