Cant run the application
-
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?
-
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?
-
@SruDom Did you build this application?
Did you deploy it properly?
Does it start if you put it on a local drive instead of OneDrive?@jsulm Not sure if I did soemthing wrong with the deployment. I deployed it yesteday using
windeployqtbut 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
-
@jsulm Not sure if I did soemthing wrong with the deployment. I deployed it yesteday using
windeployqtbut 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.