Do I have to include all these Qt dlls with my application?

前端 未结 6 1755
花落未央
花落未央 2020-12-04 12:26

I\'m totally new in using Qt and I don\'t know a lot of stuff.

As a test I created a simple application using Visual Studio 2012 and Qt-VS-Add-in ba

6条回答
  •  旧时难觅i
    2020-12-04 13:16

    it looks to me that Qt5.2 requires fewer dll.

    Qt5Core.dll 
    Qt5Gui.dll 
    Qt5Widgets.dll
    

    in windows you also need "qwindows.dll" in folder "platforms". give it a try.

提交回复
热议问题