Parallelize builds and upgrade build environments (#4749)

* Parallelize QWT builds
* Upgrade macOS Builds to Sonoma with Xcode 15.2 and Qt 6.6
* Upgrade Windows builds to Visual Studio 2022
This commit is contained in:
Magnus Gille
2025-12-21 13:24:27 -08:00
committed by GitHub
parent be01a861b8
commit 03ca4fdbc3
3 changed files with 12 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri )
# Fix for parallel build race condition where moc_predefs.h is missing
compiler_moc_header_make_all.depends += compiler_moc_predefs_make_all
compiler_moc_source_make_all.depends += compiler_moc_predefs_make_all
QWT_OUT_ROOT = $${OUT_PWD}/..