mirror of
https://github.com/leozide/leocad
synced 2024-12-27 21:58:37 +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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue