try grpc+qt on windows from a new project
commit
adaf7b2454
@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/therecipe/qt/widgets"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hey from VSCode")
|
||||
widgets.NewQApplication(len(os.Args), os.Args)
|
||||
widgets.QApplication_Exec()
|
||||
}
|
Loading…
Reference in New Issue