2024-06-26 09:36:49 +00:00
|
|
|
diff --git pbfplugin.pro pbfplugin.pro
|
2024-06-26 10:19:31 +00:00
|
|
|
index 1fccace..7d47d02 100644
|
2024-06-26 09:36:49 +00:00
|
|
|
--- pbfplugin.pro
|
|
|
|
+++ pbfplugin.pro
|
2024-06-26 10:19:31 +00:00
|
|
|
@@ -40,8 +40,8 @@ RESOURCES += pbfplugin.qrc
|
2024-06-26 09:36:49 +00:00
|
|
|
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
|
|
|
|
2024-06-26 10:19:31 +00:00
|
|
|
unix:!macx:!android {
|
2024-06-26 09:36:49 +00:00
|
|
|
- LIBS += -lprotobuf-lite \
|
|
|
|
- -lz
|
|
|
|
+ CONFIG += link_pkgconfig
|
|
|
|
+ PKGCONFIG += protobuf-lite zlib
|
2024-06-26 10:19:31 +00:00
|
|
|
|
|
|
|
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
|
|
|
INSTALLS += target
|