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 authored and Lukas Holecek committed Dec 1, 2016
1 parent d055a61 commit ba1e33d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion utils/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ 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

executable="CopyQ.app/Contents/MacOS/copyq"

# Fix dependencies
git clone https://github.com/iltommi/macdeployqtfix.git
python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5

# Test the deployed app
"$executable" --help
"$executable" --version

cd "$root"

0 comments on commit ba1e33d

Please sign in to comment.