Author Topic: cannot find -lQtAssistantClient  (Read 2834 times)

cummings

  • Guest
cannot find -lQtAssistantClient
« 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 ?

mariocup

  • Guest
Re: cannot find -lQtAssistantClient
« Reply #1 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.