Problems connecting Qt 4.7.3 with VisualStudio 2008
I dont know how to integrate Qt with Visual Studio 2008. I just installed it and followed a tutorial on this link http://doc.qt.nokia.com/4.7-snapshot/install-win.html but i get this error in the Visual Studio Command Prompt :
"Building qmake failed, return code 2"
开发者_JS百科you can read the entire log here http://pastebin.com/qPjUQxaQ
Configure tells you:
All the required DirectShow/Direct3D files couldn't be found. Make sure you have either the platform SDK AND the DirectShow SDK or the Windows SDK installed. If you have the DirectShow SDK installed, please make sure that you have run the \SetEnv.Cmd script.
Did you do this? And make sure to use a Visual Studio Command Shell to run configure and nmake.
精彩评论