> Did you fix the hardcoded path?
No. I think that it is a dirty hack. But OK, I need to forward different paths
for different ARCHs.
For example x86_64:
QCoreApplication::addLibraryPath("/usr/lib/qt5/plugins");
i686:
QCoreApplication::addLibraryPath("/usr/lib/qt5/plugins");