Skip to content

Commit

Permalink
OSX: Fix paths to Qt libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Nov 29, 2016
1 parent 1ed18f6 commit 95340f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion utils/build-osx.sh
Expand Up @@ -11,6 +11,15 @@ cd build
make
make package_plugins
make package_translations
/usr/local/opt/qt5/bin/macdeployqt copyq.app -dmg

# Create CopyQ.dmg
/usr/local/opt/qt5/bin/macdeployqt CopyQ.app -verbose=2 -dmg

# Fix dependencies
git clone https://github.com/iltommi/macdeployqtfix.git
python macdeployqtfix/macdeployqtfix.py CopyQ.app /usr/local/opt/qt5

# Print dependencies
otool -L CopyQ.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg

cd "$root"

0 comments on commit 95340f9

Please sign in to comment.