mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-05-15 07:47:31 +02:00
Unify the Mac & Linux builds
Should also fix the Macports build
This commit is contained in:
parent
b53d8f3df7
commit
b1519e95d5
@ -37,7 +37,7 @@ RESOURCES += pbfplugin.qrc
|
|||||||
|
|
||||||
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
||||||
|
|
||||||
unix:!macx:!android {
|
unix:!android {
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
|
|
||||||
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
||||||
@ -51,9 +51,6 @@ win32 {
|
|||||||
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
|
QMAKE_TARGET_DESCRIPTION = Qt $$QT_VERSION MVT/PBF image plugin
|
||||||
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2025 Martin Tuma
|
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018-2025 Martin Tuma
|
||||||
}
|
}
|
||||||
macx {
|
|
||||||
LIBS += -lz
|
|
||||||
}
|
|
||||||
android {
|
android {
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user