Does Qt provide any means of finding out where application-specific data files are installed, so that I can avoid hard coded installation paths?

Let's say that I have a file called blob.bin that goes with my application. It's just a generic data file, not an image or audio file or anything. What do I do in my .pro file to install it, and how do I find the location from my source code?