therecipe

Results 40 comments of therecipe

@waqasraz I'm not sure about >go: cannot find main module; see 'go help modules' But >failed to recognize build target -debug Is caused by running `qtsetup test -debug` instead of...

Hey Yeah I though about letting `qtdeploy` "pack" the created deployment folder afterwards, but feared that I would need to support all these new linux package formats as well (flatpack,...

That's strange `qtdeploy` should have bundled all the necessary libs/frameworks into the `*.app`. Can you maybe run the binary in `*.app/Contents/MacOS/` directly and check if there is anything in the...

Hm, this is an compilation error and can usually be solved by running the setup, before building the application with `go run` or `go build`. `qtdeploy`-ing should work without running...

Hey Sorry for the trouble, it seems like they changed some of the index files of the windows builds for some reason. It should be fixed now with https://github.com/therecipe/qt/commit/37b08fcec7033f4e3ba23a8ed5e1320e277d094d#diff-555ed08e6d985548ca7df2b4cac4676e

@Hanan-Natan @walkskyer Did you opt-in into these modules while installing Qt? Because these modules are either deprecated (script and scripttools) or GPL licensed (purchasing, charts, ...) and so the Qt...

Hey >The actual name of this binding is simply "qt"? Yeah, actually it's nameless. I wasn't able to come up with something I liked and the obvious ones like "goqt"...

@masiulaniec >A related question is whether the current split into large core, gui, widgets, etc., packages is the best possible one. >I wonder if this approach was considered but rejected....

@ShalokShalom Ah, thank you :) >Any suggestions? Maybe it should be mentioned that you can subclass with the help of qtmoc and thereby extend your "classes" (Go has only structs...

@RadhiFadlillah Also thanks for the name suggestions :) But I'm not really sure, I'm not really a fan of "go" prefixes or suffixes to be honest.