How to embed files with the release project

Hi this is my second qt project and i am almost done with it the only issue i have is with the release build to the project and running it on another pc the files i have url to doesn't read to the other pc mainly because they are not embedded with the project , how do i embed audio files images etc into a project then release it ( i have a solution for this in a readme text that the user should copy the project file and paste in c directory ( the files it reads is also inside the project file )so the code reads the files and confirms that they exist , which isn't user friendly but at least it works )