https://bugzilla.rpmfusion.org/show_bug.cgi?id=4285
--- Comment #24 from Vitaly Zaitsev <vitaly(a)easycoding.org> ---
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");
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.