diff --git a/programming/library/libaccounts-qt5/actions.py b/programming/library/libaccounts-qt5/actions.py index 3e970c26a2..62542b240e 100644 --- a/programming/library/libaccounts-qt5/actions.py +++ b/programming/library/libaccounts-qt5/actions.py @@ -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()