mirror of
https://github.com/mappu/miqt.git
synced 2025-04-11 08:00:23 +00:00
config-libraries.go: Add Qt 6 Qml
This commit is contained in:
parent
fa8d795c09
commit
f7f0d4a0b9
@ -234,6 +234,19 @@ func ProcessLibraries(clangBin, outDir, extraLibsDir string) {
|
||||
ClangMatchSameHeaderDefinitionOnly,
|
||||
)
|
||||
|
||||
// Qt 6 QtQml
|
||||
generate(
|
||||
"qt6/qml",
|
||||
[]string{
|
||||
"/usr/include/x86_64-linux-gnu/qt6/QtQml",
|
||||
},
|
||||
AllowAllHeaders,
|
||||
clangBin,
|
||||
"--std=c++17 "+pkgConfigCflags("Qt6Qml"),
|
||||
outDir,
|
||||
ClangMatchSameHeaderDefinitionOnly,
|
||||
)
|
||||
|
||||
// Qt 6 QtPrintSupport
|
||||
generate(
|
||||
"qt6/printsupport",
|
||||
|
Loading…
x
Reference in New Issue
Block a user