Fixed macos povray

This commit is contained in:
Leonardo Zide 2020-09-13 16:37:04 -07:00
parent 64b54b72ed
commit bc26ca8a66
2 changed files with 4 additions and 1 deletions

View file

@ -45,6 +45,7 @@ for:
only: only:
- image: Ubuntu - image: Ubuntu
install: install:
- sudo apt-get update
- sudo apt-get -y install libgl-dev - sudo apt-get -y install libgl-dev
before_build: before_build:
- $HOME/Qt/latest/gcc_64/bin/qmake -v - $HOME/Qt/latest/gcc_64/bin/qmake -v
@ -78,6 +79,8 @@ for:
- brew link --force qt5 - brew link --force qt5
- curl -L -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip - curl -L -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip
- unzip library.zip - unzip library.zip
- curl -L https://github.com/leozide/povray/releases/download/continuous/povray
- mv povray
before_build: before_build:
- qmake -v - qmake -v
build: off build: off

View file

@ -158,7 +158,7 @@ macx {
document_icon.path = Contents/Resources document_icon.path = Contents/Resources
library.files += $$_PRO_FILE_PWD_/library.bin library.files += $$_PRO_FILE_PWD_/library.bin
library.path = Contents/Resources library.path = Contents/Resources
povray.files += $$_PRO_FILE_PWD_/tools/povray/povray povray.files += $$_PRO_FILE_PWD_/povray
povray.path = Contents/MacOS povray.path = Contents/MacOS
QMAKE_BUNDLE_DATA += document_icon library povray QMAKE_BUNDLE_DATA += document_icon library povray