I downloaded the open source Qt version from the site and compiled it with nmake, but I had problems using it in my projects. It seems that Visual Studio cannot find the Qt headers, although I have added paths to my PATH, INCLUDE and LIB variables. I tried installing the Qt Visual Studio Add-in, but it only supports Visual Studio 2008.
Has anyone got Qt to work with Visual Studio 2010? Or do I need to wait until Qt 4.7 is officially released to support Visual Studio 2010?
source
share