qt5-enginio:fix make

This commit is contained in:
alihanozturk
2016-04-18 19:50:52 +03:00
parent 305dc25645
commit f48c596f33
+2 -2
View File
@@ -14,8 +14,8 @@ def setup():
qt5.configure()
def build():
qt5.make("docs")
qt5.make()
qt5.make()
qt5.make("docs")
def install():
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())