1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-11 16:10:24 +00:00
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"