Qt 6.1.0 incomplete installation of mqtt library
Solved
Installation and Deployment
-
In the past I have installed the mqtt library in previous versions of Qt with no problems.
Now I have downloaded Qt 6.1.0 and as in previous versions I have installed the mqtt library.
But this time I find myself with the following problem:
If I run the application in debug mode I get the following error,
error: dependent 'C:\Qt\6.1.0\msvc2019_64\lib\Qt6Mqttd.lib' does not exist.
In fact, Qt6Mqttd.lib is not present in the library.
If I run the application in release mode everything is fine.
In your opinion, what could be the cause of this incomplete installation of the library?