first, add a qrc file to your project under resources by right clicking on your project name, then Add New..., then select Qt Resource File.
Next, you need to add your image references to this file. I typically store my images for icons in a subfolder 'images' in the project folder.
hope this helps