-
yandeMacBook-Pro:downloader yan$ qtsetup
INFO[0000] running: 'qtsetup prep'
INFO[0000] successfully created qtrcc symlink in your PATH (/usr/local/bin/qtrcc)
INFO[0000] succe…
-
I want to create a custom Docker image for Windows that can build MSVC using Qt5.12.6.
I prepared a Dockerfile and related files as below with reference to [link](https://github.com/therecipe/qt/blob…
-
GoVersion: go1.13
I follow the [Installation-on-macOS](https://github.com/therecipe/qt/wiki/Installation-on-macOS) install on mac, the install output all looks right(no warning or error output), but…
-
Had to reinstall the whole thing and during ``qtsetup`` process I'm gettings this error: ``vendor/github.com/therecipe/qt/core/core.go:132:110: undefined: qt.ConnectionType``
Here is the full log:
…
-
```
go build
# gui
./gui.go:10: undefined: widgets.NewQApplication
./gui.go:13: undefined: widgets.NewQMainWindow
./gui.go:18: undefined: widgets.NewQVBoxLayout
./gui.go:21: undefined: widgets.N…
rawsh updated
5 years ago
-
I was trying to setup the environment to start playing with Qt in go, but I got the following error while executing the `setup.sh` script.
```
install.Core_1
output:# github.com/therecipe/qt/core
cla…
-
```
> go get -u -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false
github.com/therecipe/qt (download)
# cd /home/egorcod/go/src/gith…
-
The error message as shown as below.
```
The following packages will be built and installed:
qt5-base[core]:x86-windows
Starting package 1/1: qt5-base:x86-windows
Building package qt5-base[…
-
Hi,
I am trying to setup Qt, but ending on this type of error.
```WARN[0003] failed to install:
WARN[0003] core
WARN[0003] andro…
-
Using it just fine on Arch, but trying to run it on Ubuntu 19.04 I run into issues using qtsetup. This is using Ubuntu's Qt5 packages.
INFO[0000] running: 'qtsetup prep'
WARN…