Qt 6.11 is out! See what's new in the release
blog
Include resources using glob in resource file
-
Is it possible to use globbing in .qrc to include files? I'd like to include the .qm files as resources, and I'd rather not edit the list every time I need to add a language - unncessary and error-prone.
@Vadi2 said in Include resources using glob in resource file:
Is it possible to use globbing in .qrc to include files?
No, or at least the documentation does not mention it.
You can, however, generate the QRC automatically as part of your build process (for example using undocumented QMAKE_SUBSTITUTES variable).