mirror of
https://github.com/mappu/miqt.git
synced 2025-04-05 13:10:23 +00:00
config-libraries.go: Add Qt 6 Charts
This commit is contained in:
parent
635a3050f1
commit
9dc9718f98
@ -337,6 +337,20 @@ func ProcessLibraries(clangBin, outDir, extraLibsDir string) {
|
|||||||
ClangMatchSameHeaderDefinitionOnly,
|
ClangMatchSameHeaderDefinitionOnly,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Qt 6 Charts
|
||||||
|
// Depends on QtCore/Gui/Widgets
|
||||||
|
generate(
|
||||||
|
"qt-restricted-extras/charts6",
|
||||||
|
[]string{
|
||||||
|
"/usr/include/x86_64-linux-gnu/qt6/QtCharts",
|
||||||
|
},
|
||||||
|
AllowAllHeaders,
|
||||||
|
clangBin,
|
||||||
|
"--std=c++17 "+pkgConfigCflags("Qt6Charts"),
|
||||||
|
outDir,
|
||||||
|
ClangMatchSameHeaderDefinitionOnly,
|
||||||
|
)
|
||||||
|
|
||||||
// Qt 6 QScintilla
|
// Qt 6 QScintilla
|
||||||
// Depends on QtCore/Gui/Widgets, QPrintSupport
|
// Depends on QtCore/Gui/Widgets, QPrintSupport
|
||||||
generate(
|
generate(
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
This directory contains bindings to Qt libraries that use more restrictive licenses than permissive or LGPL. Care should be taken when evaluating these libraries.
|
This directory contains bindings to Qt libraries that use more restrictive licenses than permissive or LGPL. Care should be taken when evaluating these libraries.
|
||||||
|
|
||||||
|Library|License
|
|Library|License|
|
||||||
|---|---
|
|---|---|
|
||||||
|[QScintilla](https://riverbankcomputing.com/software/qscintilla)|GPL/Commercial
|
|[QScintilla](https://riverbankcomputing.com/software/qscintilla)|GPL/Commercial|
|
||||||
|
|[Qt Charts](https://doc.qt.io/qt-6/qtcharts-index.html#licenses)|GPLv3|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user