Mingw generates .qrl and .a files but not .dll
-
@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 !