1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

Testing - Samples build on GH #331

Add GitHub Action to build CSharp sample on Windows
Add MFC and Qt sample build actions
Improve CASROOT assignment logic in env.build.sh and env.install.sh for better compatibility with binary directories
This commit is contained in:
Pasukhin Dmitry
2025-02-10 00:00:37 +01:00
committed by GitHub
parent 9d727d09f4
commit a5aa7bcd91
12 changed files with 328 additions and 13 deletions

View File

@@ -3,7 +3,11 @@ CONFIG += debug_and_release qt
TARGET = FuncDemo
SAMPLESROOT = $$quote($$(CSF_OCCTSamplesPath)/qt)
isEmpty(CSF_OCCTSamplesPath) {
SAMPLESROOT = $$PWD/..
} else {
SAMPLESROOT = $$quote($$(CSF_OCCTSamplesPath)/qt)
}
HEADERS = src/*.h
SOURCES = src/*.cpp