qscintilla2

This commit is contained in:
Rmys
2018-12-25 13:55:56 +03:00
committed by GitHub
parent c8193032ea
commit f287c42bf2
+1 -1
View File
@@ -16,7 +16,7 @@ NoStrip = ["/usr/share/doc"]
def setup():
shelltools.cd("Qt4Qt5")
shelltools.system("qmake-qt5 qscintilla.pro")
shelltools.system("qmake qscintilla.pro")
# Change C/XXFLAGS
pisitools.dosed("Makefile", "^CFLAGS.*\\$\\(DEFINES\\)", "CFLAGS = %s -fPIC $(DEFINES)" % get.CFLAGS())