osx - macdeployqt - "file not found" - missing qml file from qrc -


i trying deploy app using qt (version 5.6.1) os x (10.11.5) macdeployqt tool. after running qmake , make app seems work fine. however, when try use macdeployqt experiencing errors. qml files become nonexistent, , following result:

qqmlapplicationengine failed load component qrc:/qml/main.qml:-1 file not found 

i've tried run macdeployqt directory (as people on web suggested) , tried funky build of tool provided third party... aware of macqtdeploy qmldir option (it didn't change anything). know macdeployqt doing resources? why missing?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -