Vertexwahn / rules_qt6

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

feat: refactor some files to make rules_qt6 more general #11

Closed smallsunsun1 closed 2 years ago

smallsunsun1 commented 2 years ago

Mainly modified the following content:

  1. make windows, linux and macos BUILD filename more general, we don't need to change filename any more when we wan't to update qt version
  2. make macos aarch64 build file more general, we directly use /opt/homebrew rather than /opt/homebrew/Cellar/qt6.4.0 for qt workspace(while qt6.4.0 will always change when we use other qt version, besides mac user may use 6.3.2 in local will raise an error)
Vertexwahn commented 2 years ago

@smallsunsun1 Thanks for your contribution!

BTW: It seems that you are not displayed as a contributor in the project - is this intentional or just a misconfiguration, e.g https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile?