qt5-declarative QtQuick.XmlListModel works now
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
NoStrip = "/"
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
@@ -17,6 +19,11 @@ def build():
|
|||||||
qt5.make()
|
qt5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
|
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQml")
|
||||||
|
pisitools.insinto("/usr/lib/qt5/qml", "qml/Qt")
|
||||||
|
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick")
|
||||||
|
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick.2")
|
||||||
|
pisitools.insinto("usr/lib/qt5/qml", "qml/QtTest")
|
||||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
||||||
|
|
||||||
#I hope qtchooser will manage this issue
|
#I hope qtchooser will manage this issue
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="library">/usr/lib/qt5</Path>
|
<Path fileType="library">/usr/lib/qt5</Path>
|
||||||
<Path fileType="data">/usr/share/licenses</Path>
|
<Path fileType="data">/usr/share/licenses</Path>
|
||||||
<Path fileType="executable">/usr/lib/qt5/bin/</Path>
|
<Path fileType="executable">/usr/lib/qt5/bin</Path>
|
||||||
<Path fileType="executable">/usr/bin/</Path>
|
<Path fileType="executable">/usr/bin/</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
|||||||
+102624
-102599
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
a319e7dec4c73dcc9d5d330159c29de352711e6c
|
a9172e96f426aae55d5de9923157aeefc4d41b3b
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
426210778c3a3033c91d4ec334c0bf4a984fecfb
|
196198f30ceb73263a165eed7d0f568bcfbbeeb6
|
||||||
Reference in New Issue
Block a user