mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
10 lines
102 B
Go
10 lines
102 B
Go
// +build linux,!android
|
|
|
|
package qt
|
|
|
|
/*
|
|
#cgo CFLAGS: -fPIC
|
|
#cgo pkg-config: Qt5Widgets
|
|
*/
|
|
import "C"
|