Problem with application launch
-
Hello,
I'm trying to deploy my application and when I try to run it on another computer I get the error "undefined symbol ZN7QStringtoUtf8_helperERKS" how can I link that to the project ? I'm compiling on ubuntu 14.04 x86.
Thanks for your help.
Hi,
@Nara said:
when I try to run it on another computer I get the error "undefined symbol ZN7QStringtoUtf8_helperERKS"
That error probably means you are loading the wrong version of the shared library libQt5Core.so
See this blog post for guidance: http://www.tripleboot.org/?p=138