mumble.pro: query pkg-config for protobuf instead of using -lprotobuf.

This commit is contained in:
Mikkel Krautz 2016-05-22 02:52:13 +02:00
parent 708ace45fd
commit cb2b5eea8e

View File

@ -52,7 +52,8 @@ unix {
QMAKE_CXXFLAGS *= "-isystem ../mumble_proto"
CONFIG *= link_pkgconfig
LIBS *= -lprotobuf
PKGCONFIG *= protobuf
freebsd {
LIBS *= -lcrypto -lssl