From a4b7df0ba5c8609eb0be5ebca36222f28094bbeb Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 7 Feb 2019 15:55:53 +0300 Subject: [PATCH] qmake-qt5 rebuild --- office/dictionary/goldendict/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/dictionary/goldendict/actions.py b/office/dictionary/goldendict/actions.py index efb0f65a33..90cac49bd3 100644 --- a/office/dictionary/goldendict/actions.py +++ b/office/dictionary/goldendict/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import shelltools WorkDir = "goldendict-1.5.0-RC2" def setup(): - shelltools.system("PREFIX=/usr qmake-qt5 CONFIG+=no_epwing_support") + shelltools.system("PREFIX=/usr qmake CONFIG+=no_epwing_support") def build():