Code::Blocks Forums

User forums => Help => Topic started by: cummings on November 06, 2007, 12:40:24 am

Title: cannot find -lQtAssistantClient
Post by: cummings on November 06, 2007, 12:40:24 am
Hi All,

I'm new to c++ and codeblocks. I have a program which I would like to compile. I uses QT, so I got the QT package, and installed it, but now when compiling I get the following build message:
ld.exe  -  cannot find -lQtAssistantClient

Here's my setup

Under my build options -> linker I have all tha .a files from the QT lib directory

Under build options -> Directories -> Compiler I have every directory under QT/include listed

Under build options -> Directories -> Linker I have the QT lib and bin dir

Can anybody help me with this ?
Title: Re: cannot find -lQtAssistantClient
Post by: mariocup on November 06, 2007, 12:55:53 am
Hi cummings,

for qt development see the plugin described in http://forums.codeblocks.org/index.php/topic,2253.0.html.