Missing DLLs in QT6....I think
-
wrote 21 days ago last edited by
Greetings all,
I am trying to compile a source code for a program called Bino 3D in Visual Studio 2022. It is a QT6 based program so I have installed Qt6.9.1 and all of it's features. After some tinkering, I have gotten the included cmake to run correctly. Now where I try to complete the debugging process I get a System Error stating that these file are not found:
Qt6OpenGld.dll
Qt6Multimediad.dll
QtOpenGlWidgetsd.dll
Qt6Widgetsd.dllI've tried reinstalling Qt6.9.1, but the error keeps coming up. This is my first time trying to compile source code, so I was hoping someone could tell me what I'm doing wrong. I'm trying to figure this out as I go, but I can't find a solution to this anywhere. Any guidance would be most appreciated! Thanks!
-
wrote 21 days ago last edited by
All of these are debug versions of the DLLs. Make sure you have installed them and they are in a suitable place for the executable to see. Or try not compiling for debug and verify that finds the non-debug versions.
-
wrote 21 days ago last edited by MuscleNerdJP
Near as I can tell, the Qt6 installer is not adding these DLLs (debug or otherwise) anywhere. Is there something else I am suppose to do to get them?
-
Hi,
What if you use Qt Creator to build the application ?
-
These dlls are installed in the same directory as the release dlls - <QTDIR>\version<compiler_type>\bin
1/5