Missing DLLs in Qt 6.8.1
-
Hi
Qt Imageformats in
Qt 6.8.1
seems to be missing below DLLsqicns.dll qsqloci.dll qtga.dll qtiff.dll qwbmp.dll qwebp.dll
In previous Qt versions these used to be under
\plugins\imageformats
.Is there any information on if these are removed, renamed OR do I need to build any specific Qt modules?
-
Could you clarify whether this DLL was self-packaged or obtained from Qt's official downloads?
-
@YiShengPiAn The old Qt artifacts were probably built from source (not by me).
For Qt
6.8.1
I used online Qt maintenance installer. Since i don't see the above mentioned DLLs now so I have this question.a) Do you reckon the missing DLLs are part of some other modules or are renamed?
b) Also, do you have any specific info as what these specific DLLs help to achieve? -
I have a DLL file, but how can I send it to you?
-
@YiShengPiAn - You didn't understand my question. I am interested to know if there is any information on if these are removed, renamed OR do I need to build any specific Qt modules to get hold of these?
-
@YiShengPiAn - You didn't understand my question. I am interested to know if there is any information on if these are removed, renamed OR do I need to build any specific Qt modules to get hold of these?
-
@Qt6User If I'm not mistaken you can select to install image format support in the installer or maintenance tool? Please check that.
-
@jsulm OK. I can look at that. Meanwhile do you know which module I should select if i want to build
Qt 6.8.1
from source using cmake?@Qt6User said in Missing DLLs in Qt 6.8.1:
do you know which module
What do you mean by "module"?
If you want to build Qt by yourself follow https://doc.qt.io/qt-6/build-sources.html -
@jsulm OK. I can look at that. Meanwhile do you know which module I should select if i want to build
Qt 6.8.1
from source using cmake?@Qt6User said in Missing DLLs in Qt 6.8.1:
Meanwhile do you know which module I should select if i want to build Qt 6.8.1 from source using cmake?
You build the module(s) you want to use...
You can either make a complete build and include all modules, which might take some time and increases your installation size or you build exactly the modules you plan to use.