miqt/qt/cflags_linux.go

10 lines
102 B
Go
Raw Normal View History

2024-09-24 06:55:27 +00:00
// +build linux,!android
package qt
/*
#cgo CFLAGS: -fPIC
2024-10-11 05:38:10 +00:00
#cgo pkg-config: Qt6Widgets
*/
import "C"