Viewing profile — therecipe
therecipe
HN member- Joined
- Fri, Nov 11, 2016, 2:20 PM UTC
- HN karma
- 207
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About therecipe
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #21957199
repo link: https://github.com/therecipe/entry
- story
- story
-
comment
Comment #18483367
If you are on mobile, here is the direct link to the repo: https://github.com/therecipe/widgets_playground Sorry, the widgets playground isn't really meant to be used on mobile dev…
- story
-
comment
Comment #14073173
I think you can't simply reuse the rpi3 env, but you can use it as a template to how to get this working for the beaglebone black. So you would need to get a cross compiler and the…
-
comment
Comment #14073059
It could probably work, but plugins currently only work on linux.
-
comment
Comment #14073020
The file size depends on the target and what modules you use, for dynamically linked projects I would guess it's around 50mb for an average project. Maybe 20mb more on windows beca…
-
comment
Comment #14072843
thank you :)
-
comment
Comment #14072830
It depends on how much you want to embrace docker. In general you can use this binding without touching docker at all. But if you want, you can use docker in every step of the proc…
- comment
-
comment
Comment #14069161
go-qml, like the name suggests allows you to use QML together with Go. This binding allows you to also use Qt's C++ API. And it contains some tools to simplify deployment and devel…
-
comment
Comment #14068977
If Qt supports it, then you can probably get it working with this binding as well.
-
comment
Comment #14068952
yes, the .cpp .h and *.go files are all generated
-
comment
Comment #14068941
it's in the internal package: https://github.com/therecipe/qt/tree/master/internal/binding
- comment
- comment
-
comment
Comment #14068844
qtdeploy is intended to be used for deploying and therefore will run qtrcc, qtmoc, qtminimal and do the actual bundling of your binary. the -fast flag re-uses the cached rcc_* moc_…