accounts-qml-module rebuild
This commit is contained in:
@@ -5,15 +5,24 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import qt6, autotools, get
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
# qt6.configure()
|
||||
shelltools.system("mkdir build")
|
||||
shelltools.cd("build")
|
||||
shelltools.system("qmake6-qt6 ../accounts-qml-module.pro PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
# qt6.make()
|
||||
shelltools.cd("build")
|
||||
# shelltools.system("qmake6-qt6 make")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
shelltools.cd("build")
|
||||
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
|
||||
# qt6.install()
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
Reference in New Issue
Block a user