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