libaccounts-qt5:rebuild

This commit is contained in:
Rmys
2019-07-22 23:54:07 +03:00
parent a1bc53947f
commit c2c74a77af
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro")
shelltools.system("qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib")
shelltools.system("qmake PREFIX=/usr LIBDIR=/usr/lib")
def build():
autotools.make()