mirror of
https://github.com/mappu/miqt.git
synced 2024-12-23 17:28:37 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
|
package qt
|
||
|
|
||
|
/*
|
||
|
#cgo CXXFLAGS: -std=c++11
|
||
|
#cgo pkg-config: Qt5Widgets
|
||
|
*/
|
||
|
import "C"
|