1
0
mirror of https://github.com/mappu/miqt.git synced 2025-01-04 22:58:37 +00:00
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"