Hi there I recently tried to cross compile a command line app that uses Qt toolkit to use with LE. Unfortunately, I couldn't link qt5 libraries statically because distros don't ship static versions of them. I didn't want to recompile entire toolkit so I started to search for any traces of qt inside LE and found qtbase package. I can see it's used as dependency of hyperion addon but do any of its files end up in LE filesystem?
Here's what I'm missing btw:
Code
# ldd Skyscraper
/usr/lib/libarmmem-v7l.so => /usr/lib/libarmmem-v7l.so (0xf78e0000)
libQt5Gui.so.5 => not found
libQt5Network.so.5 => not found
libQt5Xml.so.5 => not found
libQt5Core.so.5 => not found
libGL.so.1 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7710000)
libm.so.6 => /usr/lib/libm.so.6 (0xf76a0000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xf7660000)
libc.so.6 => /usr/lib/libc.so.6 (0xf74f0000)
/lib/ld-linux-armhf.so.3 => /usr/lib/ld-linux-armhf.so.3 (0xf79ef000)
Display More