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.
Can anyone please spot what the problem is?
Check the location of your qml files, they should be accessible to the binary executable.