PDA

View Full Version : Issues with creating .pro file using Visual Studio after changing project structure



dpatel
28th May 2010, 06:50
Hi,

I am using Visual Studio 2005 , qt-addin 1.1.4 and Qt 4.7
I created Qt project using VS 2005 and am able to create .pro file.

But due to the requirements I had to make two changes to the project.
1) Add the Qt project in to another solution which already has non-Qt projects.
2) Reorganize the Project structure for Qt project. I mean I changed the location of header and source file, they are not in Header and Source folders, and renamed the 'Resource Files' folder.

After making above changes if when I try to create .pro file from Visual Studio project (using qt-vs addin) I get following error.

4694


Can anyone tell me which of the above changes might have caused that issue.
Thanks