PDA

View Full Version : How to use static library created by MSVC in QT Creator



huychuongctt
18th February 2011, 11:04
Hi guys,
I have a file .lib, static library which is created by Microsoft Visual C++ and I want to use it in a project created by Qt creator. I don't know how to do it. Can you help me?
Thank a lot.

ComaWhite
18th February 2011, 11:08
Well first of all, you will have to setup QtCreator to use MSVC and not MinGW. Then you just add it it normally how you would link with other libraries that are external.