summaryrefslogtreecommitdiff
blob: 7541128eeaad3dac924e3a688b485f6a6b5513ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/texstudio.pro	2023-11-27 11:17:21.022183360 +0100
+++ b/texstudio.pro	2023-11-27 11:18:29.812186975 +0100
@@ -371,11 +371,9 @@
         PKGCONFIG += quazip1-qt6
     }
     !versionGreaterOrEqual($$QT_VERSION, "6.0.0") {
-            message(System quazip5)
-            isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
-            isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5
-            INCLUDEPATH += $${QUAZIP_INCLUDE}
-            LIBS += $${QUAZIP_LIB}
+        message(System QuaZip)
+        CONFIG += link_pkgconfig
+        PKGCONFIG += quazip1-qt5
     }
 }