[Qt-creator] Using a .lib?
Robert Caldecott
robert.caldecott at gmail.com
Wed Jul 15 10:03:36 CEST 2009
I have created a project that consists of a Qt GUI and a C++ library.
The GUI depends on the library project, but fails to link as it cannot
find any of the library functions. How do I tell the GUI project to
link with the .lib? Do I simply add the .lib to the list of files?
If so, how do I have the project use the debug lib for debug builds
and the release lib for release builds?
I was hoping that the Project Dependency page would of taken care of
this for me.
More information about the Qt-creator-old
mailing list