mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
mumble.pro: query pkg-config for protobuf instead of using -lprotobuf.
This commit is contained in:
parent
708ace45fd
commit
cb2b5eea8e
@ -52,7 +52,8 @@ unix {
|
||||
QMAKE_CXXFLAGS *= "-isystem ../mumble_proto"
|
||||
|
||||
CONFIG *= link_pkgconfig
|
||||
LIBS *= -lprotobuf
|
||||
|
||||
PKGCONFIG *= protobuf
|
||||
|
||||
freebsd {
|
||||
LIBS *= -lcrypto -lssl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user