PDA

View Full Version : Looking for the Qt dlls of Qt 5.2.0 compiled with MSVC2010?



mut
26th June 2014, 04:54
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

jefftee
26th June 2014, 07:47
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 (http://download.qt-project.org/archive/qt/5.2/5.2.0/). 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

mut
29th June 2014, 00:23
How to know if these libraries were compiled with MSVC2010 or MingW?
In which folder these libraries will be installed ?

jefftee
29th June 2014, 01:25
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.