miqt/qt/cflags_linux.go

10 lines
102 B
Go

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