Qt Quick HelloWorld App fails to deploy on OSX El Capitan
Unsolved
QML and Qt Quick
-
I'm creating a simple default Hello World app in Qt 5.5 and using macdeployqt to deploy it. The app works in Qt Editor fine. The macdeployqt runs without error. Yet, the app fails to start properly. It seems it is not finding its qml file because it sits in the dock but doesn't show its window.
Does anyone know whats wrong?
Thx
-
Hi and welcome to devnet,
When calling macdeployqt did you pass the --qml parameter pointing to your project qml folder ?