blob: 7365c2aed36d904be49cc6ac7b50e9b26c911afa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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
}
}
|