could not run QML in Ubuntu (solved)
-
-
It seems to me like a access-problem.
check if you have write access to "/opt/Qt5/Examples/Qt-5.4/enginio/quick/" and the subdirectories ( ls -la -> show you allso user and groups ).
with the command "sudo chown ..." and "sudo chgrp ...." you can change the permissions.
or copy the example-directory to you home folder and change the owner to yourself, try again.