Commit graph

5 commits

Author SHA1 Message Date
therecipe
a790897844 the tooling now supports the pkg path format + initial support for the go get-able desktop env
these changes should make the life of all newly incoming developers (or consumers of applications build with this binding) way easier

all one needs to do now is to install Git, Go and an C/C++ compiler then the binding can be setup by running:
go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup

or if one is only interested in building a specific application:
go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtdeploy test desktop github.com/therecipe/examples/basic/widgets

for this to work, the tooling now recognizes a pkg path and "go gets" the package if necessary

beside these changes, the deployed binaries are now properly stripped on linux and console debugging is now enabled by default on windows
2018-12-20 22:26:22 +01:00
therecipe
86108509bd initial support for go modules 2018-12-17 18:56:35 +01:00
Valery Piashchynski
b8731f91d5 Add testify package 2018-11-18 15:28:27 +03:00
Valery Piashchynski
13590b7e7e Update mod and sum files according latest commit 2018-11-18 15:08:21 +03:00
Valery Piashchynski
c752be7117 Add gomodules support 2018-11-15 11:43:07 +03:00