miqt/qt/cflags_windows.go

8 lines
83 B
Go

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