Windows & Mingwx64 no QtCoreD.dlls ?
-
Hey
I've installed mingw version of qt on my system & tried to compile hello world with it. But there are no QtCoreD/WidgetsD etc etc dll to link agains like in Visual studio mode.
What can I do to get them linekd properly? I'm new to mingw, 1st app.Regards
Dariusz -
Hi,
Which version of Qt did you install ?
Are you using Qt Creator to build your application ?
Where did you install it from ? -
There are no debug libraries in the binary folder containing the runtime used by Qt Creator (i.e.
...\Qt\Tools\QtCreator\bin
.There should be under the folder for each Qt library version you have installed, and these are the libraries that your program should be built against/link to. I would guess the path should be
...\Qt\6.1.2\mingw32\lib
and...\bin
(no Windows install in front of me).