miqt/qt/cflags_windows.go

8 lines
83 B
Go
Raw Normal View History

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