Vertexwahn / rules_qt6

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

Add "strip_include_prefix" parameter into "qt_cc_library" rule. #19

Closed meha4j closed 11 months ago

meha4j commented 11 months ago

Strandard 'cc_library' rule supports ''strip_include_prefix" parameter, which is usefull when you creating custom libraries.

Vertexwahn commented 11 months ago

If you provide a pull request I can merge it

meha4j commented 11 months ago

Sorry, I didn't notice "**kwargs" in function definition. My fault