miqt/qt/cflags_linux.go
2024-09-24 18:55:27 +12:00

10 lines
102 B
Go

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