mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
qtscript: genbindings configuration
This commit is contained in:
parent
23e4e307d9
commit
d28621c941
@ -102,6 +102,18 @@ func ProcessLibraries(clangBin, outDir, extraLibsDir string) {
|
||||
ClangMatchSameHeaderDefinitionOnly,
|
||||
)
|
||||
|
||||
generate(
|
||||
"qt/script",
|
||||
[]string{
|
||||
"/usr/include/x86_64-linux-gnu/qt5/QtScript",
|
||||
},
|
||||
AllowAllHeaders,
|
||||
clangBin,
|
||||
pkgConfigCflags("Qt5Script"),
|
||||
outDir,
|
||||
ClangMatchSameHeaderDefinitionOnly,
|
||||
)
|
||||
|
||||
// Depends on QtCore/Gui/Widgets, QPrintSupport
|
||||
generate(
|
||||
"qt-restricted-extras/qscintilla",
|
||||
|
@ -5,6 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
golang-go \
|
||||
qtbase5-dev \
|
||||
qtmultimedia5-dev \
|
||||
qtscript5-dev \
|
||||
libqt5svg5-dev \
|
||||
qt6-base-dev \
|
||||
qt6-multimedia-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user