Cant run the application
Solved
General and Desktop
-
Hi,
I can't run an application on Qt, it shows me the follwoing error:
It was working fine until yesterday and today it stopped working after a system restart. Nothing seems missing from the project directory, it is all saved in OneDrive.
Any idea why this error?
-
@jsulm Not sure if I did soemthing wrong with the deployment. I deployed it yesteday using
windeployqt
but did not change anything with the actual project directory.It shows me follwing in the appication output:
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
Looks like I did something wrong somewhere! Cant figure it out
-
@SruDom Well, it can't find the Windows platform-plug-in.
Check here: https://doc.qt.io/qt-5/windows-deployment.html It also shows how plug-ins need to be deployed.