PDA

View Full Version : How to include additional directories in the IDE



selwyn
16th February 2011, 07:12
HI all

Could you please tell me how do I add additional directories in a project within the QT IDE for windows, I receive the following error:

undefined reference to XXXXXX

I have used INCLUDEPATH in the project settings but this does not seem to help.

Thanks

Ginsengelf
16th February 2011, 07:38
Hi, this seems to be a linker error. Adjust the LIBPATH variable to contain the path of the lib you try to use.

Ginsengelf