mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Fixed macos povray
This commit is contained in:
parent
64b54b72ed
commit
bc26ca8a66
2 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,7 @@ for:
|
|||
only:
|
||||
- image: Ubuntu
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libgl-dev
|
||||
before_build:
|
||||
- $HOME/Qt/latest/gcc_64/bin/qmake -v
|
||||
|
@ -78,6 +79,8 @@ for:
|
|||
- brew link --force qt5
|
||||
- curl -L -o library.zip https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip
|
||||
- unzip library.zip
|
||||
- curl -L https://github.com/leozide/povray/releases/download/continuous/povray
|
||||
- mv povray
|
||||
before_build:
|
||||
- qmake -v
|
||||
build: off
|
||||
|
|
|
@ -158,7 +158,7 @@ macx {
|
|||
document_icon.path = Contents/Resources
|
||||
library.files += $$_PRO_FILE_PWD_/library.bin
|
||||
library.path = Contents/Resources
|
||||
povray.files += $$_PRO_FILE_PWD_/tools/povray/povray
|
||||
povray.files += $$_PRO_FILE_PWD_/povray
|
||||
povray.path = Contents/MacOS
|
||||
|
||||
QMAKE_BUNDLE_DATA += document_icon library povray
|
||||
|
|
Loading…
Reference in a new issue