It\'s strange, I add desired file into the resources via Add Existing Files..., the file is there. I run qmake (\"Build->Run qmake\") to make the file available.
The fi
The files saved in a qresource are read-only since they are part of the executable so you can not write or modify them.
docs:
Currently, Qt always stores the data directly in the executable, even on Windows, macOS, and iOS, where the operating system provides native support for resources. ...