mirror of
https://github.com/mappu/miqt.git
synced 2024-12-23 01:18:37 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
|
package multimedia
|
||
|
|
||
|
/*
|
||
|
#cgo CFLAGS: -fPIC
|
||
|
#cgo pkg-config: Qt6MultimediaWidgets
|
||
|
*/
|
||
|
import "C"
|