PDA

View Full Version : error: undefined reference to `_imp___ZN19QGrouping !!



Fatemeh
14th May 2013, 07:27
Hi everybody...

I add a library to my project, in program rebuild error "error: undefined reference to `_imp___ZN19QGrouping !! "
occured, i can't resolve it !!
Is there everybody help me with this problem ?

thanks,
Best regards,

ChrisW67
14th May 2013, 10:12
Chances are you do not have LIBS set correctly... But that is a guess. QGrouping is not part of Qt. Unless you tell us which library you are using and how you are trying to use it there's not much we can do to help.

saman_artorious
14th May 2013, 11:38
just a guess: you may be using web kit. try if it works with


Qt += core gui webkit

otherwise, note what you doing.