Looking for the Qt dlls of Qt 5.2.0 compiled with MSVC2010?
Hello;
I'm writing a Qt Creator plugin for Qt Creator 3.0.0.
I'm looking for the Qt dlls version Qt 5.2.0 compiled with MSVC2010 (and not MingW)?
How to distinguish the entire package from the subset used by Qt creator itself?
How to know whether they were compiled using MSVC or MingW?
Thanks;
Mut
Re: Looking for the Qt dlls of Qt 5.2.0 compiled with MSVC2010?
Quote:
Originally Posted by
mut
I'm looking for the Qt dlls version Qt 5.2.0 compiled with MSVC2010 (and not MingW)?
How to distinguish the entire package from the subset used by Qt creator itself?
How to know whether they were compiled using MSVC or MingW?
The Qt 5.2.0 downloads are in the archives. I was not able to find a download for Qt Creator 3.0.0 in the archive, so you'll have to poke around and see what you can find.
Good luck!
Jeff
Re: Looking for the Qt dlls of Qt 5.2.0 compiled with MSVC2010?
How to know if these libraries were compiled with MSVC2010 or MingW?
In which folder these libraries will be installed ?
Re: Looking for the Qt dlls of Qt 5.2.0 compiled with MSVC2010?
Quote:
Originally Posted by
mut
How to know if these libraries were compiled with MSVC2010 or MingW?
In which folder these libraries will be installed ?
The sources for windows have msvc2010 or mingw in the file name. I don't know what the default install path is for the compiled DLLs. I am afraid I can't help you more as I'm a Mac user and I configure where to install using the ./configure -prefix option... No idea if the windows compilation process is similar to the Mac, sorry.