mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
12 lines
120 B
Go
12 lines
120 B
Go
package qt
|
|
|
|
/*
|
|
|
|
#cgo CFLAGS: -fPIC
|
|
#cgo pkg-config: Qt5Widgets
|
|
#include "gen_qrgb.h"
|
|
#include <stdlib.h>
|
|
|
|
*/
|
|
import "C"
|