Mingw generates .qrl and .a files but not .dll
-
I would say it is VS2008: VS 2008 -> 10.0
-
You're right it's probably VS 2010
-
You'll need Qt with MSVC. Have you looked at Qt 4.8.6 downloads ?
-
Oh really ? I am using Qt with MinGW "qt-opensource-windows-x86-mingw482-4.8.6-1.exe" . And I want to use the plugin with this version of Qt. So if I install Qt with MSVC and add the plugin using MSVC, would it work with the other version of Qt (with MinGW )?
And can someone tell me the equivalent of "make" and "make install" in MSVC ? -
Oh really ? I am using Qt with MinGW "qt-opensource-windows-x86-mingw482-4.8.6-1.exe" . And I want to use the plugin with this version of Qt. So if I install Qt with MSVC and add the plugin using MSVC, would it work with the other version of Qt (with MinGW )?
And can someone tell me the equivalent of "make" and "make install" in MSVC ? -
@Ratzz Okay, but does it work if I use another version of Qt Creator ? a version which is build with MinGW ?
-
It is simple: a plug-in must be built using the same compiler which was used to built QtCreator.
-
It is simple: a plug-in must be built using the same compiler which was used to built QtCreator.
-
Let's say QtCreator was built using VS2010. To build plug-ins for it you need:
- VS2010
- Qt for VS2010
If QtCreator was built using MinGW then you need:
- MinGW
- Qt for MinGW
-
Let's say QtCreator was built using VS2010. To build plug-ins for it you need:
- VS2010
- Qt for VS2010
If QtCreator was built using MinGW then you need:
- MinGW
- Qt for MinGW
-
I don't think there is an official QtCreator build using MinGW. But you can download the source code and build it.
http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.zip
from here: https://www.qt.io/download-open-source/#section-2 -
I don't think there is an official QtCreator build using MinGW. But you can download the source code and build it.
http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.zip
from here: https://www.qt.io/download-open-source/#section-2 -
See here for older QtCreator versions: http://download.qt.io/archive/qtcreator/
-
I'm sorry to tell you this guys but I give up (for now). I found so many errors when I tried to build QtCreator with MinGW, and it affected the QtCreator version already installed. So I don't need anymore that plugin. It took so much of my time for nothing.
Thank you very much for your help !