Vertexwahn / rules_qt6

Bazel rules for Qt6
https://vertexwahn.de/page/open_source/
Apache License 2.0
30 stars 8 forks source link

feat: support linux, macos, windows and qml demo and test on all systems #8

Closed smallsunsun1 closed 2 years ago

smallsunsun1 commented 2 years ago
  1. add qml support
  2. rename repo name to rules_qt
  3. use download qt-toolchain (rcc, uic, moc) rather than hardcode local path
Vertexwahn commented 2 years ago

Just have seen this PR (did not get any notification) - Currently, the CI jobs are all red - needs to be fixed before I can merge the PR

Vertexwahn commented 2 years ago

Thanks for your contribution! I merged it even CI is broken currently - happy to see QML support! There a some comments in non English - maybe you can open a PR to fix this

smallsunsun1 commented 2 years ago

Just have seen this PR (did not get any notification) - Currently, the CI jobs are all red - needs to be fixed before I can merge the PR

I checked the ci and my local environment, problem is ci use bazel build //..., but in my local mode, only build //:all and //qml_demo/...

smallsunsun1 commented 2 years ago

when we use bazel build //..., bazel will try to build code in tools directory ,which will cause this problem, maybe we can change ci build targets or change macos to use http_archive rather than local mode, which will help on this problem

smallsunsun1 commented 2 years ago

support

ok, i will try open a new pr later to fix non english problem