Hi,

I've recently set up my Visual Studio 2008 to be able to build and run Qt projects. I've noticed the option to
Create basic .pro file

for the solution, which can also create a .pri file. The problem is that even if I do this, and modify them, both files are being completely ignored when I build. Instead, I need to make changes to the VS solution's build instructions. I'd like to be able to use the pro/pri files...even if I can't though, what is the use of that option if it just seems to ignore the files by default?