I have an Qt5 application to run on tinycore. I installed all needed extension, but appears that my Qt5 app only check /usr/lib and don't check /usr/local/lib for needed library, such as /usr/lib/share/X11/xkb and says that didn't find some libs. When I compile my app with qt4 it works correctly.
Can I load tce extension into /usr instead of /usr/local?
OR
What should I do?