Skip to content

Commit 9e8765a

Browse files
author
Geert-Johan Riemer
committed
Add CPPFLAG to include QtCore 5.0.1
1 parent 64a6ce3 commit 9e8765a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bridge.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package qml
22

33
// #cgo CPPFLAGS: -I./cpp
4+
// #cgo CPPFLAGS: -I/usr/include/qt5/QtCore/5.0.1/QtCore
45
// #cgo CPPFLAGS: -I/usr/include/qt5/QtCore/5.0.2/QtCore
56
// #cgo CPPFLAGS: -I/usr/include/qt5/QtCore/5.1.1/QtCore
67
// #cgo CPPFLAGS: -I/usr/include/qt5/QtCore/5.2.0/QtCore

0 commit comments

Comments
 (0)