Include directory for Qt5/6 roots

This commit is contained in:
Alex Hughes 2025-01-30 21:01:31 -08:00
parent 9fb58ee608
commit 4b747aa9b1
No known key found for this signature in database
GPG Key ID: B76F431FA62AF5AB

4
cmd/genbindings/config-libraries.go Normal file → Executable file
View File

@ -5,8 +5,8 @@ import (
"strings" "strings"
) )
const Qt5Root = "/opt/Qt/5.15.2/gcc_64/" const Qt5Root = "/opt/Qt/5.15.2/gcc_64/include/"
const Qt6Root = "/opt/Qt/6.2.4/gcc_64/" const Qt6Root = "/opt/Qt/6.2.4/gcc_64/include/"
func ProcessLibraries(clangBin, outDir, extraLibsDir string) { func ProcessLibraries(clangBin, outDir, extraLibsDir string) {