开发者

QML plugin doesn't work with shared dependencies

开发者 https://www.devze.com 2023-04-12 06:48 出处:网络
Good day! I have Qt 4.7.3, simple QML plugin and several boost libraries, used by this plugin. In MacOs 10.5 & WinXp this plugin can\'t be loaded if shared boost libraries were used.

Good day!

I have Qt 4.7.3, simple QML plugin and several boost libraries, used by this plugin.

In MacOs 10.5 & WinXp this plugin can't be loaded if shared boost libraries were used.

In Ubuntu 10.4 all work great with both types of boost libs.

Any ideas?

UPDATE:

Bug report created开发者_开发技巧.


I think I just had the same problem. I wasn´t able to load any .dlls that my app.qml needed. In fact I couldn´t even get the Qt-example to work.

In the end I got it all working by compiling my libraries as release instead of debug, hope that helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消