mirror of
https://github.com/mappu/miqt.git
synced 2025-04-22 05:10:22 +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,
|
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
|
// Qt 6 QtPrintSupport
|
||||||
generate(
|
generate(
|
||||||
"qt6/printsupport",
|
"qt6/printsupport",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user