Hi all, is there a way to let qt5_add_resources() generate .qrc file for a directory. I packed some resources in a shared library and want to employ them later using relative paths according to conventions. Currently, I have to manually generate the .qrc file, and add it to add_executable(), with autorcc enabled.

Thanks in advance~