Are you building from within the VS IDE, from the command line, or using Qt Creator? If you are building from within VS IDE, then you have no need for a .pro file. Visual Studio creates a VS solution and project for you. If you are building from the command line, then you probably need to run qmake again. Likewise for Qt Creator.
Bookmarks