how to change qwsEvent to x11Event to execute qt project
Locked
Unsolved
General and Desktop
-
I have deployed my qt project to my sdr board. When I try to execute my project on board following error occurs:
symbol lookup error: ./project: undfined symbol: _ZN7QWidget8qwsEventEP8QWSEvent
I have verified following from PC and Board outputs are given bellow respectively:
strings /usr/lib/arm-linux-gnueabihf/libQtDeclarative.so.4 | egrep 'qwsEvent|x11Event'
PC:
_ZN7QWidget8qwsEventEP8QWSEventBoard:
_ZN7QWidget8x11EventEP8QWSEventNow only difference is qws and x11, How I can change this x11Event (Board) to qwsEvent to execute my project successfully?
-
Hi,
Please stop posting the same question all over the forum.
This one is already duplicated twice:
Closing this one.