qt/cflags: merge and combine qt 5 cflags files

This commit is contained in:
mappu 2024-10-27 12:46:44 +13:00
parent d92ef2f71d
commit 0fe8b2b30f
3 changed files with 3 additions and 12 deletions

View File

@ -1,8 +1,10 @@
// +build linux,!android windows darwin
package qt
/*
#cgo CXXFLAGS: -std=c++11
#cgo CFLAGS: -std=gnu11
#cgo CFLAGS: -std=gnu11 -fPIC
#cgo pkg-config: Qt5Widgets
*/
import "C"

View File

@ -1,9 +0,0 @@
// +build linux,!android
package qt
/*
#cgo CFLAGS: -fPIC
#cgo pkg-config: Qt5Widgets
*/
import "C"

View File

@ -1,5 +1,3 @@
// +build linux,!android
package qprintsupport
/*