cutego/bluetooth/cgo_windows_386.go
2016-05-11 15:33:24 +02:00

13 lines
667 B
Go
Executable file

package bluetooth
/*
#cgo CPPFLAGS: -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra
#cgo CPPFLAGS: -DUNICODE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_CONCURRENT_LIB -DQT_BLUETOOTH_LIB
#cgo CPPFLAGS: -IC:/Qt/Qt5.6.0/5.6/mingw49_32/include -IC:/Qt/Qt5.6.0/5.6/mingw49_32/mkspecs/win32-g++
#cgo CPPFLAGS: -IC:/Qt/Qt5.6.0/5.6/mingw49_32/include/QtCore -IC:/Qt/Qt5.6.0/5.6/mingw49_32/include/QtConcurrent -IC:/Qt/Qt5.6.0/5.6/mingw49_32/include/QtBluetooth
#cgo LDFLAGS: -Wl,-s -Wl,-subsystem,windows -mthreads -Wl,--allow-multiple-definition
#cgo LDFLAGS: -LC:/Qt/Qt5.6.0/5.6/mingw49_32/lib -lQt5Core -lQt5Concurrent -lQt5Bluetooth -lmingw32 -lqtmain -lshell32
*/
import "C"