Commit b3f2af3c authored by Geoff Fink's avatar Geoff Fink

Added include path for protobuf

parent 38caf81a
......@@ -215,7 +215,8 @@ linux-g++|linux-g++-64{
DEFINES += QGC_OSG_QT_ENABLED
}
exists(/usr/local/include/google/protobuf) {
exists(/usr/local/include/google/protobuf) |
exists(/usr/include/google/protobuf) {
message("Building support for Protocol Buffers")
DEPENDENCIES_PRESENT += protobuf
# Include Protocol Buffers libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment