Has anyone created a successful bundle for a Qt Quick 2.0 app for Qt5.3.1?
I have scoured the web looking for a working script and I still am getting ‘QtQuick is not installed’ error messages after running macdeployqt with the location of the qml dir’s pointing to my app’s qml folders, i.e.
/Users/user/Qt5.3.1/5.3/clang_64/bin/macdeployqt myapp.app -verbose=1
-qmldir=/Users/user/Documents/vcpp/qtquick/myapp
-qmldir=/Users/user/Documents/vcpp/qtquick/myapp/controls
↧