Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to run qt application on embedded linux target

How to run qt application on embedded linux target

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 440 Views
  • 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.
  • N Offline
    N Offline
    Noushad
    wrote on 9 Mar 2020, 23:53 last edited by
    #1

    Hi,

    I am new to QT embedded development. I have windows desktop QT development knowledge.
    I am trying to run examples on target board, but not working. Below are the details.

    Board- Salvator-XS/ARM
    OS Image Build - Yocto 3.9 and B2qt.
    Display - Lilliput Touch

    Board Connected to Display HDMI

    root@salvator-x:/data/user/qt# ./PokyWidget -platform Wayland-EGL
    Using Wayland-EGL
    Using the 'xdg-shell-v6' shell integration
    ./PokyWidget: symbol lookup error: /usr/lib/libQt5Gui.so.5: undefined symbol: hb_font_set_ptem
    root@salvator-x:/data/user/qt#

    Below the Environment variables - Is there anything I am missing to run QT application on embedded target?
    root@salvator-x:/data/user/qt# printenv
    LD_LIBRARY_PATH=/usr/local/lib
    OLDPWD=/data/user/qt/textinput
    EDITOR=vi
    XDG_SESSION_ID=c2
    HUSHLOGIN=FALSE
    USER=root
    PWD=/data/user/qt
    HOME=/home/root
    MAIL=/var/spool/mail/root
    SHELL=/bin/sh
    TERM=xterm
    SHLVL=1
    LOGNAME=root
    XDG_RUNTIME_DIR=/run/user/0
    PATH=/usr/aarch64-poky-linux/bin:/etc:/lib:/bin:/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/usr/aarch64-poky-linux/bin:/etc:/lib:/bin:/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin
    PS1=\u@\h:\w$
    _=/usr/bin/printenv

    Thank you for your your inputs.

    1 Reply Last reply
    0
    • Y Offline
      Y Offline
      Yash001
      wrote on 11 Mar 2020, 00:36 last edited by
      #2

      QT_PLUGIN_PATH
      QT_QPA_PLATFORM_PLUGIN_PATH
      You can try to set the QT_PLUGIN_PATH and QT_QPA_PLATFORM_PLUGIN_PATH environment variable.

      1 Reply Last reply
      0

      2/2

      11 Mar 2020, 00:36

      • Login

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