miqt/qt6/cflags_linux.go
2024-10-21 19:10:31 +13:00

10 lines
103 B
Go

// +build linux,!android
package qt6
/*
#cgo CFLAGS: -fPIC
#cgo pkg-config: Qt6Widgets
*/
import "C"