justbuchanan / bazel_rules_qt

Bazel rules for Qt5
Apache License 2.0
46 stars 23 forks source link

Pass through kwargs for ui/resource rules to cc_library rule #2

Closed dnewmarch closed 5 years ago

dnewmarch commented 5 years ago

I found this useful to add "includes = ["."]" to the ui rules, otherwise the generated ui headers need to be included from a relative directories which can be a nuisance.

justbuchanan commented 5 years ago

Thanks! Looks good to me.