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