-lqt not found? [Archive] - C Board

PDA

View Full Version : -lqt not found?


f0d
05-31-2002, 05:28 PM
whenever i attempt to compile a qt application gcc says that -lqt cannot be found. I am using qt-3.0.4 as distrobuted with slackware 8.1 for use with kde3.0.1. This works fine.

Any ideas on why this would happen?

Salem
05-31-2002, 11:16 PM
Also add to the command line

-L/path/to/lib

to tell the compiler where that library is actually installed on your machine

JasonLikesJava
06-03-2002, 10:17 AM
You should probably include -lqt-mt instead of -lqt which is the library for qt that includes threads.