forked from pool/libqt5-qtpbfimageformat
Use pkg-config instead of direct library linking. OBS-URL: https://build.opensuse.org/request/show/1100794 OBS-URL: https://build.opensuse.org/package/show/graphics/libqt5-qtpbfimageformat?expand=0&rev=2
16 lines
367 B
Diff
16 lines
367 B
Diff
diff --git pbfplugin.pro pbfplugin.pro
|
|
index 49e9875..8ba7e8e 100644
|
|
--- pbfplugin.pro
|
|
+++ pbfplugin.pro
|
|
@@ -39,8 +39,8 @@ RESOURCES += pbfplugin.qrc
|
|
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
|
|
|
unix:!macx{
|
|
- LIBS += -lprotobuf-lite \
|
|
- -lz
|
|
+ CONFIG += link_pkgconfig
|
|
+ PKGCONFIG += protobuf-lite zlib
|
|
}
|
|
win32 {
|
|
INCLUDEPATH += $$PROTOBUF/include \
|