lxqt / libqtxdg

Qt implementation of freedesktop.org xdg specs
https://lxqt.github.io
GNU Lesser General Public License v2.1
73 stars 35 forks source link

qtxdg links to private header of <system> qtxdgiconloader #186

Closed damianatorrpm closed 5 years ago

damianatorrpm commented 5 years ago

1.) Compile qtxdg with local qt (not the one in /usr, but /opt/Qt5.12.2) 2.) link to local qtxdg /usr/bin/ld: /usr/lib64/libQt5XdgIconLoader.so.3: undefined reference to QIconLoader::instance()@Qt_5.12.1_PRIVATE_API Why does linking to local install qtxdg (Qt5.12.2), try to load the system xdgiconloader library instead of the local one?

agaida commented 5 years ago

because it find it first

damianatorrpm commented 5 years ago

I understand that this is not a problem specific to lxqt, yet I think default behavior should be for qt apps to look in Qt's path first