Hi,
I have a small problem when using Qt Creator 1.1.0.
I started off with a small project created directly in Qt Creator, i.e. a .pro file was created. Now I want to link an external library to my program. Can I somehow do this directly in the Qt Creator or do I have to add the line
|
Source code
|
1
|
LIBS += -lmyLib
|
to the .pro file manually?