cutego/internal/examples
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
..
3rdparty support for Qt 5.12 2018-12-17 01:52:29 +01:00
androidextras update to Qt 5.11.1 + split js docker image 2018-06-25 18:32:27 +02:00
bluetooth fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
canvas3d fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
charts breaking changes: some functions accept []byte now 2018-12-18 20:54:43 +01:00
common cleanup examples 2017-06-02 22:05:24 +02:00
grpc fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
gui breaking changes: make *bool usable 2018-11-12 18:38:23 +01:00
opengl/2dpainting add missing OpenGL classes + new OpenGL examples 2017-08-01 19:43:48 +02:00
qml breaking changes: some functions accept []byte now 2018-12-18 20:54:43 +01:00
qt3d/audio-visualizer-qml fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
quick fix ios support for Go 1.10 + update quick/calc example 2018-04-14 00:15:36 +02:00
sailfish fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
sensors/accelbubble fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
showcases/sia more aggressive caching + new docker images 2018-10-23 23:33:34 +02:00
sql fix hidpi scaling issues in examples 2018-03-26 18:26:55 +02:00
ubports/view fix ubports docker qmake shared folder issue 2018-03-30 12:08:55 +02:00
uitools/calculator cleanup examples 2017-06-02 22:05:24 +02:00
webchannel update to Qt 5.11.1 + split js docker image 2018-06-25 18:32:27 +02:00
webkit/browser new gui/advancedclock and 3rdparty/stratifyqml example 2017-08-24 18:02:21 +02:00
widgets breaking changes: some functions accept []byte now 2018-12-18 20:54:43 +01:00
go.mod the tooling now supports the pkg path format + initial support for the go get-able desktop env 2018-12-20 22:26:22 +01:00
go.sum the tooling now supports the pkg path format + initial support for the go get-able desktop env 2018-12-20 22:26:22 +01:00