Wanted to test protocol buffers using Qt. I'm using Qt5.2.1 on Qt Creator 3.0.1.
I added a shell command to run protoc on my sample .proto file, to produce .pb.h and .pb.cc files ( in C++ ) included my headers using INCLUDEPATH += $$PWD/../../DevTools/DEV/PROTOBUFF/protoinstall/include ( also tried with the absolute path) LIBS += -L"<lib path here" -lprotobuf Copied the libprotobuf-8.dll file into my release folder. Still doesn't work. Am I missing something here. Has anyone done this before ? Thanks in advance. -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
