-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicts with QtGui symbols on static link #208
Comments
That's a possible solution. But, I have not looked into it, yet. |
If they're needed just because these symbols aren't exported, maybe just add a |
It works for me with these changes: https://github.com/ilya-fedin/libqtxdg/commits/fix-static-build |
I opened #212 |
When linking QtGui and libqtxdg statically to an app, QIconCacheGtkReader and PixmapEntry::pixmap with the ones from qiconloader.cpp
Expected Behavior
libqtxdg should work with static link
Current Behavior
https://github.com/ilya-fedin/tdesktop/runs/645416587?check_suite_focus=true
Possible Solution
Maybe, hide them under namespace? 🤔
Steps to Reproduce (for bugs)
Context
I tried to link tdesktop static binary with lxqt-qtplugin to allow it to get lxqt system settings (fonts, icon theme, etc), but it requires xdgiconloader from libqtxdg, that has this issue :(
System Information
I hope, this is unrelated (but you have a link to the GH action job) :)
The text was updated successfully, but these errors were encountered: