qt-bazel-example
qt-bazel-example copied to clipboard
qt_cc_library can take list of headers and generate moc files for all of the headers
currently qt_cc_library function takes a single header file and then generates the moc file for that, It would be nice to have a rule where it can take a list of headers and generate the library with the mocked cpp files.