Deploy and create installer in Windows 7
Unsolved
Installation and Deployment
-
Hi,
I just trying to deploy and create the installer of my Qt5 app for Windows.
First, the deployment:
I use the build project option included in QtCreator (as can see in the image)Then, I use the "windeployqt" command to copy all the necesary .ddl files and friends... And it work's well, all the files are copied correctly.
But when I launch the app with "double click" it does nothing... but, if I launch the app with the CMD, the app launches!Second, the installer:
The installer works very well, I used the tutorial example included in examples folder in Qt Installer Framework.P.S. = source code of the app QtEmu source code