Hi,

I have written a QT program that has roughly 30 files (headers and cpp files). I needed to send data using UDP and so I chose protobuf to serialize the data.

I am using qmake to generate the makefile. On doing so I get a errors for all the function in the *.pb.cc file generated by protoc. For other applications if I write the makefile on my own it works fine but I want to use qmake to generate the Makefile. I am guessing that I am not being able to add the cflags or lflags properly.

I know it is a very small problem and I am making some silly mistake.

Can some one help please.