Closed farhaanbukhsh closed 9 years ago
go run main.go throws error:
./main.go:25: undefined: qmlfrontend ./main.go:41: undefined: qmlfrontend
Work around : go run main.go qml_frontend.go frontend_window.go frontend_view.go qml_dialog.go keys.go
All the files need to be compiled and run
Issue fails to satisfy Contributing#1:
All issues reported here should result in code being changed, added and/or removed.
To solve your issue, you should be doing a go build.
go build
go run main.go throws error:
./main.go:25: undefined: qmlfrontend ./main.go:41: undefined: qmlfrontend
Work around : go run main.go qml_frontend.go frontend_window.go frontend_view.go qml_dialog.go keys.go
All the files need to be compiled and run