1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-11 16:10:24 +00:00
miqt/qt/cflags_windows.go

8 lines
83 B
Go

package qt
/*
#cgo CXXFLAGS: -std=c++11
#cgo pkg-config: Qt5Widgets
*/
import "C"