PDA

View Full Version : no qt version assigned to this project for platform win32



shome
23rd February 2013, 15:15
I tried to compile a third party visual studio project.

it gave an error message:

Theres no qt version assigned to this project for platform win32.please use the change qt version feature & choose a valid qt version for this platform.

i opened vcxprojx file in notepad.there was no mention of qt framework in it.


system details:

windows7,service pack1
visual studio 2010 with service pack1
qt-win-opensource-4.8.4-vs2010
qt-vs-addin-1.1.11-opensource






Kindly advice.

d_stranz
23rd February 2013, 17:05
Open your project in VS. Go to the Qt menu (on the menu bar in VS - it is added when you install the Qt VS addin). Select the "Qt Project Settings" command. When the dialog appears, select the "Properties" tab. Click "Version" and from the drop-down combo box select either your current Qt version or "$(DefaultQtVersion)". Click OK to close the dialog, rebuild

Alternatively, right click on the project name in the Solution Explorer, select "Qt Project Settings" to get you to the same dialog.