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?
↧