diff --git a/editor/texstudio/actions.py b/editor/texstudio/actions.py index dd12a75986..a9fe02014d 100644 --- a/editor/texstudio/actions.py +++ b/editor/texstudio/actions.py @@ -12,7 +12,8 @@ j = "USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 INTERNAL_TERMINAL=1 \ QUAZIP_INCLUDE='usr/include/QuaZip-Qt5-1.4/quazip'" def setup(): - qt5.configure("texstudio.pro", parameters='%s' % j) + #qt5.configure("texstudio.pro", parameters='%s' % j) + qt5.configure() def build(): qt5.make()