aboutsummaryrefslogtreecommitdiff
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.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro
deleted file mode 100644
index 7365c2aed36d..000000000000
--- a/editors/texstudio/files/patch-texstudio.pro
+++ /dev/null
@@ -1,16 +0,0 @@
---- texstudio.pro.orig 2022-12-06 17:09:33 UTC
-+++ texstudio.pro
-@@ -371,10 +371,12 @@ isEmpty(USE_SYSTEM_QUAZIP) {
- }
- !versionGreaterOrEqual($$QT_VERSION, "6.0.0") {
- message(System quazip5)
-- isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
-+ isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip1-qt5
- isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5
- INCLUDEPATH += $${QUAZIP_INCLUDE}
- LIBS += $${QUAZIP_LIB}
-+ CONFIG += link_pkgconfig
-+ PKGCONFIG += quazip1-qt5
- }
- }
-