Commit graph

11 commits

Author SHA1 Message Date
therecipe
0491386233 revert go.mod and go.sum changes 2019-10-15 17:50:15 +02:00
Ángel
69b7a8af79 Added support for Android NDK r20
Detailed information: https://bugreports.qt.io/browse/QTBUG-76293
2019-10-13 20:22:35 +02:00
therecipe
33ee7b247d experimental support for the msvc builds to get the webengine/webview modules working on windows
* Go 1.13 related fixes for js/wasm
* fix windows docker deployment issue
* new 3rdparty/UGlobalHotkey example
* fix webengine module on arch linux
* support for the prebuilt Qt wasm builds
* make use of -trimpath if available
* bump Go version in docker images to 1.12.9
2019-09-10 20:17:30 +02:00
therecipe
c1fcd95507 fix docker builds again + fix QT_PKG_CONFIG 2019-04-21 02:42:59 +02:00
therecipe
27fd3fea5f fix docker builds + reduce go module encapsulation + make setup more portable 2019-04-21 01:03:23 +02:00
therecipe
6803925396 replace golang.org/x imports with github.com/golang 2019-03-26 23:29:06 +01:00
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