Skip to content

Commit b1519e9

Browse files
committed
Unify the Mac & Linux builds
Should also fix the Macports build
1 parent b53d8f3 commit b1519e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pbfplugin.pro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RESOURCES += pbfplugin.qrc
3737

3838
DEFINES += QT_NO_DEPRECATED_WARNINGS
3939

40-
unix:!macx:!android {
40+
unix:!android {
4141
LIBS += -lz
4242

4343
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
@@ -51,9 +51,6 @@ win32 {
5151
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
5252
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2025 Martin Tuma
5353
}
54-
macx {
55-
LIBS += -lz
56-
}
5754
android {
5855
LIBS += -lz
5956

0 commit comments

Comments
 (0)