mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
12 lines
130 B
Go
12 lines
130 B
Go
|
package qt
|
||
|
|
||
|
/*
|
||
|
|
||
|
#cgo CFLAGS: -fPIC
|
||
|
#cgo pkg-config: Qt5Widgets
|
||
|
#include "gen_qgenericmatrix.h"
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
*/
|
||
|
import "C"
|