Is it possible to add files to existing resources (.qrc) file, but dynamically, from C++ code?

I already created images.qrc and put some image files in it. Now i want to load some objects during the app execution time, and add images from loaded objects' filepaths to existing resource file.