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
Post a Comment