I\'m trying to build a basic Qt \"Hello, world!\" application inside Visual Studio.
I got the moc step to work (I think), but now I am at a loss as to h
moc
I was able to get QT to work with Visual C++ Express 2010 using http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/ and http://portfolio.delinkx.com/files/Qt.pdf as guides. Just in case anyone still is having problems.