mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1155 OSX Package: patch qt.conf adding Qml2Imports
This commit is contained in:
parent
4738e4eafc
commit
589074cf24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user