Hello, You can look into MySQL source code. To be exact, look into repo/cmake/protobuf.cmake and repo/extra/protobuf/protobuf-3.6.1/*
Best Regards, Lukasz W dniu sobota, 20 kwietnia 2019 07:22:22 UTC+2 użytkownik Gavin Stokes napisał: > > 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. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/8cba7608-7a74-4b51-8f09-a70ce61e2ce8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
