diff --git a/package/osx/libraries b/package/osx/libraries index bd968814f..92a428660 100755 --- a/package/osx/libraries +++ b/package/osx/libraries @@ -27,6 +27,9 @@ echo "Running macdeployqt from ${QT_DIR}../bin/macdeployqt" "${QT_DIR}../bin/macdeployqt" "${APP}" -no-strip -verbose=2 +#Append Qml2Imports config to qt.conf +echo "Qml2Imports = Imports" >> "${APP}/"Contents/Resources/qt.conf + echo "Processing Qt libraries paths in ${APP}" for f in "${PLUGINS}/"*.dylib "${OP_PLUGINS}/"*.dylib "${APP}/"Contents/MacOS/QtQuick.2/*.dylib "${APP}/"Contents/MacOS/QtQuick/*/*.dylib do