Deployment of an Windows App created in Visual studio
-
Hello finished my first Application V1.0 and would like to run it on my father's pc. I used qt5.4 and the visual studio QT designer.
I googled and found different ways to deploy my application, like static linking and shared libraries. Which one is the best way to deploy it for me?Cheers Beckstar101
-
Hi,
Since you already saw the deployment guide, "here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows you have a fine wiki entry that shows more graphically how to deploy your application
-
does this guide also work, if I coded the projekt in visual studio?
-
The IDE doesn't matter, the compiler does. If you have several version of Qt installed be sure to use the dlls that matches your compiler.
-
Thx SGaist, I will check If get it deployed this afternoon.