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! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
