qmake-qt5 rebuild

This commit is contained in:
Rmys
2019-02-07 15:55:53 +03:00
committed by GitHub
parent 0f475ce908
commit a4b7df0ba5
+1 -1
View File
@@ -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():