Question

I have created a simple QtQuick application in QtCreator (based on QtSDK 4.7.3), which builds successfully and runs from within the QtCreator IDE without any problems.

The problem: When I try to run the same application manually from the file-system, it shows empty (white) background only.

  • A assume that all needed library dependencies are resolved properly - without that the application wouldn't even run.
  • I'm targeting Desktop and I compile in both: Windows and Ubuntu environments (QtDSK 4.7.3 on both).
  • Compiler: MinGW 4.4.

Can anyone please spot what the problem is?

Was it helpful?

Solution

Check the location of your qml files, they should be accessible to the binary executable.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top