-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
179 changed files
with
8,275 additions
and
5,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: cpp | ||
|
||
dist: focal | ||
|
||
before_install: | ||
- sudo apt-get -y install qtbase5-dev libqt5svg5-dev | ||
- sudo apt-get -y install libocct-data-exchange-dev libocct-draw-dev | ||
|
||
compiler: | ||
- gcc | ||
|
||
script: | ||
- chmod +x scripts/travis-build.sh | ||
- ./scripts/travis-build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 0.3_build{build} | ||
version: 0.4_build{build} | ||
|
||
image: Visual Studio 2017 | ||
platform: x64 | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
HEADERS += \ | ||
$$files(../src/base/*.h) \ | ||
$$files(../src/io_occ/*.h) \ | ||
$$files(../src/io_gmio/*.h) \ | ||
$$files(../src/graphics/*.h) \ | ||
$$files(../src/gui/*.h) \ | ||
$$files(../src/app/*.h) \ | ||
$$files(../src/app/windows/*.h) \ | ||
|
||
SOURCES += \ | ||
$$files(../src/base/*.cpp) \ | ||
$$files(../src/io_occ/*.cpp) \ | ||
$$files(../src/io_gmio/*.cpp) \ | ||
$$files(../src/graphics/*.cpp) \ | ||
$$files(../src/gui/*.cpp) \ | ||
$$files(../src/app/*.cpp) \ | ||
$$files(../src/app/windows/*.cpp) \ | ||
\ | ||
messages.cpp \ | ||
|
||
FORMS += $$files(../src/app/*.ui) | ||
|
||
TRANSLATIONS += \ | ||
mayo_en.ts \ | ||
mayo_fr.ts |
Binary file not shown.
Oops, something went wrong.