Qt Quick - where is the .exe file?
Unsolved
General and Desktop
-
The executable can be found in the build-directory, not the directory that contains your source code files.
-
Yes, thank you I found it. However, when trying to start the program I get a message from Win10 saying:
quicktest.exe - Application Error
The application was unable to start correctly (0xc000a200). Click OK to close the application.
OK
[edit: fixed markdown SGaist]
-
Hi,
If you want to run your application outside Qt Creator, you have to follow the same steps as if you would deploy it on another computer. You can use windeployqt to start on that matter.