News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cannot find -lQtAssistantClient

Started by cummings, November 06, 2007, 12:40:24 AM

Previous topic - Next topic

cummings

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