Hi,

I have some custom widgets in a designerplugin. I added the INCLUDEPATH and LIBS += -Lmypath -lmyplugin to the apps pro file. At the end of compiling i get the error

Qt Code:
  1. ... \myplugin.so: undefined reference to QLabel::eventFilter ...
To copy to clipboard, switch view to plain text mode 

I am confused because I do not use an eventFilter on a QLabel anywhere
Actually on Windows with Qt 4.5.0 everything compiles and runs.