Visual Studio 2010 Qt Link Problem

前端 未结 3 756
后悔当初
后悔当初 2021-02-10 04:57

I spent the weekend trying to figure this out and I\'m on the last step. My goal: to get visual studio 2010 and Qt 4.7.3 to work together.

I installed Qt from source, s

3条回答
  •  感动是毒
    2021-02-10 05:39

    if u have created instance of Qt class QDomDocument. it might be necessary to add "QtXml4.lib" . Please add this lib in Visual studio ie Project->properties->Linker->Input====> Additional Dependencies.

提交回复
热议问题