The Qt Resource system is a way to embed files within your project. Each resource file can have one or more prefixes and each prefix can have files in it.
Each file in the resources is a link to a file on the file system. When the executable is built, the files are bundled into the executable, so the original file does not need to be distributed with the binary.