KDE project linking errors

Harald Fernengel harry at kdevelop.org
Mon Aug 5 12:30:38 BST 2002


Hi,

On Monday 05 August 2002 08:45, you wrote:
> I started a regular KDE application project today, and when I try to
> compile it I get lots of errors like
>
> /opt/kde3//lib/libkio.so: undefined reference to
> `QScrollView::mouseReleaseEvent(QMouseEvent *)'
>
> (in all I get about 3150 errors)
>
> It should be able to find the QT libraries, and configure detects QT
> properly. What could be going wrong?

you probably forgot to link to the qt library. Make sure that "-lqt-mt" is 
included in your linker line and that the linker can find Qt 
("-L/path/to/qt").

Best regards,
Harry

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list