visual studio
-
I created a qt c++ project in visual studio 2019 and I created exe by Microsoft visual studio installer
It created exe and installer but project dll files are not found and I tried that windeployqt.exe format it display doesn't exist.
how to fix this issue? -
I created a qt c++ project in visual studio 2019 and I created exe by Microsoft visual studio installer
It created exe and installer but project dll files are not found and I tried that windeployqt.exe format it display doesn't exist.
how to fix this issue?@Rockerz said in visual studio:
I tried that windeployqt.exe format it display doesn't exist
How did you try to use it?
According to documentation (https://doc.qt.io/qt-6/windows-deployment.html) it is in: The tool can be found in QTDIR/bin/windeployqt -
R Rockerz has marked this topic as solved on