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
Forum Updated to NodeBB v4.3 + New Features

how to change qwsEvent to x11Event to execute qt project

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 152 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.
  • M Offline
    M Offline
    Mijaz
    wrote on 24 Sept 2019, 11:28 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Sept 2019, 20:27 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

      1/2

      24 Sept 2019, 11:28

      • Login

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