To begin our exploration of Qt and the binding to Go, we'll build a simple hello world application. To be able to do so, we first need to install therecipe/qt, which depends on various prerequisites that we must first set up.
Getting started with therecipe/qt
Prerequisites
As with Go-GTK, we'll be relying on a native library that requires that we both set up the CGo functionality and install the Qt library appropriate for the current platform.
Preparing CGo
The Qt Go bindings, like many of the other toolkits featured in this book, require the presence of...