mirror of
https://github.com/mappu/miqt.git
synced 2025-04-01 11:20:23 +00:00
Include directory for Qt5/6 roots
This commit is contained in:
parent
9fb58ee608
commit
4b747aa9b1
4
cmd/genbindings/config-libraries.go
Normal file → Executable file
4
cmd/genbindings/config-libraries.go
Normal file → Executable file
@ -5,8 +5,8 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
const Qt5Root = "/opt/Qt/5.15.2/gcc_64/"
|
||||
const Qt6Root = "/opt/Qt/6.2.4/gcc_64/"
|
||||
const Qt5Root = "/opt/Qt/5.15.2/gcc_64/include/"
|
||||
const Qt6Root = "/opt/Qt/6.2.4/gcc_64/include/"
|
||||
|
||||
func ProcessLibraries(clangBin, outDir, extraLibsDir string) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user