Compiling a simple Qt “Hello World!” application within Visual Studio 2010 Express?

后端 未结 5 1226
予麋鹿
予麋鹿 2021-01-06 02:35

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

5条回答
  •  囚心锁ツ
    2021-01-06 02:59

    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.

提交回复
热议问题