Merge pull request #6964 from Rmys/master

libaccounts-qt5:rebuild
This commit is contained in:
Rmys
2019-07-22 23:54:41 +03:00
committed by GitHub
@@ -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()