Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to change qwsEvent to x11Event to execute qt project
Qt 6.11 is out! See what's new in the release blog

how to change qwsEvent to x11Event to execute qt project

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 384 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MijazM Offline
    MijazM Offline
    Mijaz
    wrote on last edited by
    #1

    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:
    _ZN7QWidget8qwsEventEP8QWSEvent

    Board:
    _ZN7QWidget8x11EventEP8QWSEvent

    Now only difference is qws and x11, How I can change this x11Event (Board) to qwsEvent to execute my project successfully?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please stop posting the same question all over the forum.

      This one is already duplicated twice:

      • https://forum.qt.io/post/552542
      • https://forum.qt.io/post/551856

      Closing this one.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved