mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
qt: add separate per-OS cflags files (1/X)
This commit is contained in:
parent
106a0dbfbd
commit
aa1ece6126
7
qt/cflags_linux.go
Normal file
7
qt/cflags_linux.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package qt
|
||||||
|
|
||||||
|
/*
|
||||||
|
#cgo CFLAGS: -fPIC
|
||||||
|
#cgo pkg-config: Qt5Widgets
|
||||||
|
*/
|
||||||
|
import "C"
|
7
qt/cflags_windows.go
Normal file
7
qt/cflags_windows.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package qt
|
||||||
|
|
||||||
|
/*
|
||||||
|
#cgo CXXFLAGS: -std=c++11
|
||||||
|
#cgo pkg-config: Qt5Widgets
|
||||||
|
*/
|
||||||
|
import "C"
|
Loading…
Reference in New Issue
Block a user