Fix missing qt plugins in macOS travis-ci build (#225)

This commit is contained in:
Jonas Kvinge
2019-07-20 15:23:22 +02:00
committed by GitHub
parent 02794e0ebd
commit 31fc031267
4 changed files with 27 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
add_custom_target(dmg
COMMAND sudo /usr/local/opt/qt5/bin/macdeployqt strawberry.app
COMMAND sudo ${CMAKE_SOURCE_DIR}/dist/macos/macdeploy.py strawberry.app
COMMAND sudo ${CMAKE_SOURCE_DIR}/dist/macos/create-dmg.sh strawberry.app
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}