summaryrefslogtreecommitdiff
path: root/editors/texstudio/files/patch-texstudio.pro
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texstudio/files/patch-texstudio.pro')
-rw-r--r--editors/texstudio/files/patch-texstudio.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro
new file mode 100644
index 000000000000..26d3e9e37969
--- /dev/null
+++ b/editors/texstudio/files/patch-texstudio.pro
@@ -0,0 +1,15 @@
+--- texstudio.pro.orig 2020-11-08 18:12:21 UTC
++++ texstudio.pro
+@@ -366,10 +366,8 @@ isEmpty(USE_SYSTEM_QUAZIP) {
+ include(src/quazip/quazip/quazip.pri)
+ } else {
+ message(System quazip5)
+- isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
+- isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5
+- INCLUDEPATH += $${QUAZIP_INCLUDE}
+- LIBS += $${QUAZIP_LIB}
++ CONFIG += link_pkgconfig
++ PKGCONFIG += quazip1-qt5
+ }
+
+ include(src/pdfviewer/pdfviewer.pri)