Hi all.
I'm building an application in Qt for numerous platforms, and thus I need the protobuf runtime to be built for the appropriate target platform and architecture automatically.
I've tried integrating the protobuf source code directly into my project as a library subproject, and eventually got it to build. However, any attempt to use it resulted in hundreds of "missing symbol" errors, despite many symbols being present in the lib.
Does anyone know how to simply integrate the compilation of the protobuf runtime (I only need C++) into a Qt C++ project?
Thanks!