mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
check_installation for qt6 - was not aware of this bit
This commit is contained in:
@@ -56,6 +56,11 @@ function mark_based_on_artifacts {
|
||||
$artifact = "lib\rocksdb.lib"
|
||||
}
|
||||
}
|
||||
elseif ($dependency_name -eq "qt6") {
|
||||
# Qt has a nested install layout, so build-deps.cmd validates its
|
||||
# Release/Debug artifacts before marking the installation.
|
||||
return
|
||||
}
|
||||
else {
|
||||
throw "Unexpected dependency name '$dependency_name'."
|
||||
}
|
||||
@@ -104,6 +109,7 @@ function check_installation {
|
||||
# - OpenCASCADE: incompatible
|
||||
# - rocksdb: incompatible
|
||||
# - opencollada: incompatible
|
||||
# - Qt6: compatible when both Release and Debug artifacts are installed
|
||||
# - zstd: compatible
|
||||
|
||||
function setup_build_cfg {
|
||||
|
||||
Reference in New Issue
Block a user