Qt dll deployment on windows

前端 未结 1 1735
闹比i
闹比i 2020-12-03 16:39

I have got a strange problem with my deployment of an Qt application. I created a Zip with all the necessary dlls and my binary on my Windows XP 32 bit box, where the applic

相关标签:
1条回答
  • 2020-12-03 16:52

    If you deploy the plugins to your application directory you have to use the directories imageformats and iconengines (without the plugin/ prefix). See the Documentation about Deploying Plugins

    Edit: And if you use QML, you also have to copy the content of the "imports" directory (also without the imports/ prefix) to your application directory.

    0 讨论(0)
提交回复
热议问题