MacOSX QML deployment problem
Installation and Deployment
3
Posts
2
Posters
1.1k
Views
1
Watching
-
Hi,
I try to deploy (put Qt libs inside the app bundle) a QML application for MacOSX. I used macdeployqt with Qt 5.1.1 but it doesn't seams to deploy everything (the error says that it cant import de module QtQuick).
I still need to put qml/QtQuick and qml/QtQuick.2 next to the binary to correct the error.
But if i do that, i end up with a segfault.
I don't understand how a lib location issue can segfault an app. I expect at least an error message.Did i do something wrong?
-
You did everything fine, the tool is still broken also tested it. A workaround for the problem you can find "here.":http://qt-project.org/forums/viewthread/25704/#118008
Unfortunately they didn't use the patch for the newest version......
Bests
Mike