mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-07-16 18:37:07 -04:00
fix: Add pcre2 as a Qt dependency (#8722)
Qt versions later than 6.4.2 fail to link without pcre2: https://godbolt.org/z/5Theqa81v
This commit is contained in:
committed by
GitHub
parent
885a5b8d8e
commit
49b126cffa
@@ -6678,6 +6678,7 @@ libs.qt.versions.6100.version=6.10.0
|
||||
libs.qt.versions.6100.path=/app/qt/include/QtCore
|
||||
libs.qt.versions.6110.version=6.11.0
|
||||
libs.qt.versions.6110.path=/app/qt/include/QtCore
|
||||
libs.qt.dependencies=pcre2-16
|
||||
|
||||
libs.quill.name=Quill
|
||||
libs.quill.description=C++ Low Latency Logging Library
|
||||
|
||||
Reference in New Issue
Block a user