Hi,
I am pretty new to using Qt with Mac. I have used it a bit for windows. I experimented with making a ver simple application and compiled it for Qt5.3 clang 64 bit release.
I then made an installer doing something like this:
mv MacApplication.app SenonicsMacApplication_1.0.18.app
~/Qt/5.3/clang_64/bin/macdeployqt SenonicsMacApplication_1.0.18.app -dmg -qmldir=/Users/markbrooks/Qt/5.3/clang_64/qml -verbose=3
The installer SenonicsMacApplication_1.0.18.dmg seems to have worked on some other MACs I have tried but one one then I get some error about not being able to find …Qt5/Svg.
Dyld Error Message:
Library not loaded: /Users/markbrooks/Qt/5.4/clang_64/lib/QtSvg.framwork/Versions/5/QtSvg
Referenced from: /Volumes/VOLUME/SenonicsMacApplication_1.0.18.app/Contents/MacOS/MacApplication
Reason: image not found
I am using SVG icons – in my .pro file I have
QT += svg
QTPLUGIN += qsvg
Does any one know what I might be doing wrong?
Thanks
Mark
↧