[Qt-interest] Re : silly library question
BOUCARD Olivier
boucard_olivier at yahoo.fr
Thu May 5 17:23:21 CEST 2011
AFAIK, he uses QtCreator, so it is MinGW.
The .lib its for Visual.
>________________________________
>De : R. Reucher <rene.reucher at batcom-it.net>
>À : qt-interest at qt.nokia.com
>Envoyé le : Jeudi 5 Mai 2011 16h47
>Objet : Re : [Qt-interest] silly library question
>
>Hi!
>
>I've had similar issues with one of my projects, with also need to link to
>SDL and ZLIB...
>
>I finally figured that you need to specify the .lib file, not just the
>directory where the .lib and .dll files reside! Example:
>
>LIBS += C:\curl-7.21.6-devel-mingw32\lib\curl.lib
>
>I don't know if forward or backward slashes make a difference here, I've use
>back-slashes... also, I use a script to produce the .vcxproj file for VS
>2010 and specify the "LIBS += ..." statement on the qmake command line, not
>in the .pro file, but I don't think it matters.
>
>HTH, René
>--
>René Reucher
>rene.reucher at batcom-it.net
>http://www.batcom-it.net/
>
>Are you a turtle?
>
>_______________________________________________
>Qt-interest mailing list
>Qt-interest at qt.nokia.com
>http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110505/4ac3e067/attachment.html
More information about the Qt-interest-old
mailing list