[Qt-interest] Adding a library created with QT Creator
Patric
userqt at gmail.com
Sat Aug 1 16:17:56 CEST 2009
Hi guys,
I have created a static library project using QT Creator 1.2 and QT 4.5 on Windows XP.
And it's compiling, but it creates *.a file, not *.lib. I thought on Windows static libraries are ending with *.lib .
Anyway, I'm trying to use this library in another project, also created with QT Creator. I have read the documentation here http://doc.trolltech.com/4.5/qmake-project-files.html
regarding Declaring Other libraries, but I actually want to place my *.a in my workspace under a folder "libs". I think it's pretty straightforward to do that only by including the LIBS with the additional parameters. And after compilation just include the headers...
Can someone tell me what parameters should that LIBS have in my case ?
Thank you in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090801/1d90bdfd/attachment.html
More information about the Qt-interest-old
mailing list