mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Release notes (in german): https://github.com/ThKattanek/emu64/releases/tag/5.0.19 PR: 257097
11 lines
265 B
Prolog
11 lines
265 B
Prolog
--- src/src.pro.orig 2021-07-08 16:55:15 UTC
|
|
+++ src/src.pro
|
|
@@ -84,7 +84,7 @@ equals(QT_MAJOR_VERSION, 5) {
|
|
win32 {
|
|
PKGCONFIG += quazip
|
|
} else {
|
|
- LIBS += -lquazip5
|
|
+ PKGCONFIG += quazip1-qt5
|
|
}
|
|
|
|
message("QT5 is active")
|