Hi, high-flyer.

I have a trouble like yours, a bit different.

I made one custom widget with the DESIGNER_WIDGET_EXPORT class declarator. The widget work fine, but when I design an application using that widget the linker shows that error:


debug/mainwindow.o:C:\Documents and Settings\glafauci\Documenti\Programmi-QT\ProvaK-build-desktop/./ui_mainwindow.h:51: undefined reference to `KLineEditEx::KLineEditEx(QWidget*)'

collect2: ld returned 1 exit status
I'm crazing about that problem. It seems that I wrong something about the .pro file or the linker can't find the widget DLL file.

Have you any suggestion?