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

后端 未结 5 1259
予麋鹿
予麋鹿 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:45

    Have you create the visual studio project using qmake first? The problem seems to be the moc compilation. Do you have qt plug-in installed and the qt path in enviromental variables? Can you add you hello world code so I can have a look at it?

提交回复
热议问题