mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
qt/cflags: merge and combine qt 5 cflags files
This commit is contained in:
parent
d92ef2f71d
commit
0fe8b2b30f
@ -1,8 +1,10 @@
|
|||||||
|
// +build linux,!android windows darwin
|
||||||
|
|
||||||
package qt
|
package qt
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CXXFLAGS: -std=c++11
|
#cgo CXXFLAGS: -std=c++11
|
||||||
#cgo CFLAGS: -std=gnu11
|
#cgo CFLAGS: -std=gnu11 -fPIC
|
||||||
#cgo pkg-config: Qt5Widgets
|
#cgo pkg-config: Qt5Widgets
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
@ -1,9 +0,0 @@
|
|||||||
// +build linux,!android
|
|
||||||
|
|
||||||
package qt
|
|
||||||
|
|
||||||
/*
|
|
||||||
#cgo CFLAGS: -fPIC
|
|
||||||
#cgo pkg-config: Qt5Widgets
|
|
||||||
*/
|
|
||||||
import "C"
|
|
@ -1,5 +1,3 @@
|
|||||||
// +build linux,!android
|
|
||||||
|
|
||||||
package qprintsupport
|
package qprintsupport
|
||||||
|
|
||||||
/*
|
/*
|
Loading…
Reference in New Issue
Block a user