Opening application by double click
-
Hi,
There can be several reasons, like wrong PATH, missing VS redistribution pack, etc. Which error number 0xNNNNNNNN do you get?
Then you can just search for this number with the message in the internet. It's nothing Qt-specific I would guess.
-Michael.
-
If you didn't compile your application with statically linked Qt then you can't launch your application just by double clicking it. You need to copy required dynamic libraries(.dll) to the same folder where your .exe file is. Or use existing tools that copy required dependencies(.dll) for you http://doc.qt.io/qt-5/windows-deployment.html .
-
Hi,
There can be several reasons, like wrong PATH, missing VS redistribution pack, etc. Which error number 0xNNNNNNNN do you get?
Then you can just search for this number with the message in the internet. It's nothing Qt-specific I would guess.
-Michael.