Skip to content

Commit

Permalink
Qt 5.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Jan 29, 2017
1 parent 12055e5 commit 675d978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ debug:
sed -i -e 's/tray = args.tray/tray = True/g' mkchromecast/__init__.py
sed -i -e 's/debug = args.debug/debug = True/g' mkchromecast/__init__.py
python3 setup.py py2app
cp -R /usr/local/Cellar/qt5/5.7.1_1/plugins dist/mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt5/5.7.1_1/bin/macdeployqt dist/mkchromecast.app
cp -R /usr/local/Cellar/qt5/5.8.0/plugins dist/mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt5/5.8.0/bin/macdeployqt dist/mkchromecast.app

# This target creates a standalone app with debugging disabled
deploy:
sed -i -e 's/tray = args.tray/tray = True/g' mkchromecast/__init__.py
sed -i -e 's/debug = args.debug/debug = False/g' mkchromecast/__init__.py
python3 setup.py py2app
cp -R /usr/local/Cellar/qt5/5.7.1_1/plugins dist/mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt5/5.7.1_1/bin/macdeployqt dist/mkchromecast.app -dmg
cp -R /usr/local/Cellar/qt5/5.8.0/plugins dist/mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt5/5.8.0/bin/macdeployqt dist/mkchromecast.app -dmg

# This cleans
clean:
Expand Down

0 comments on commit 675d978

Please sign in to comment.