I am writing a QT 5.2 project in Visual Studio 2012. The project uses OpenSceneGraph 3.2(osg). Firstly I compiled osg with cmake. But It was difficult. Then I want to build QT project but following errors is given.
1> Moc'ing cadview.h...
1> The device is not ready.
1> Rcc'ing Resources\cadstork.qrc...
1> The device is not ready.
ALso I added QT and OSG path to project properties and environment variables. How can I solve this problem?