texstudio-4.4.1
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
j = "USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 INTERNAL_TERMINAL=1"
|
||||
j = "USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 INTERNAL_TERMINAL=1 \
|
||||
QUAZIP_LIB=-lquazip1-qt5 \
|
||||
QUAZIP_INCLUDE='usr/include/QuaZip-Qt5-1.4/quazip'"
|
||||
|
||||
def setup():
|
||||
qt5.configure("texstudio.pro", parameters='%s' % j)
|
||||
|
||||
Reference in New Issue
Block a user