From b1519e95d5e5ce4ca14682ee45229ac7343ae98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 11 May 2025 11:55:54 +0200 Subject: [PATCH] Unify the Mac & Linux builds Should also fix the Macports build --- pbfplugin.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pbfplugin.pro b/pbfplugin.pro index 1a791a9..dca9c0b 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -37,7 +37,7 @@ RESOURCES += pbfplugin.qrc DEFINES += QT_NO_DEPRECATED_WARNINGS -unix:!macx:!android { +unix:!android { LIBS += -lz target.path += $$[QT_INSTALL_PLUGINS]/imageformats @@ -51,9 +51,6 @@ win32 { QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2025 Martin Tuma } -macx { - LIBS += -lz -} android { LIBS += -lz