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. QT 5.3.0 font problem when running application on qnx6.6.0
Forum Update on Monday, May 27th 2025

QT 5.3.0 font problem when running application on qnx6.6.0

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 514 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.
  • R Offline
    R Offline
    rafael
    wrote on last edited by rafael
    #1

    I have a test application with a button that just opens a file dialog.
    it runs fine but all the fonts that get loaded are really small.
    i am using vesabios for graphics and running virtual box on a windows host.

    here is my start up script.

    export GRAPHICS_ROOT=/usr/lib/graphics/vesabios
    export QT_QPA_FONTDIR=/qt/lib/fonts
    export LD_LIBRARY_PATH=/sbin:/usr/bin:/usr/lib:/lib:/lib/dll:/qt/lib:$GRAPHICS_ROOT
    export QML2_IMPORT_PATH=/qt/qml
    export QML_IMPORT_PATH=/qt/imports
    export QT_PLUGIN_PATH=/qt/plugins
    export QQNX_PHYSICAL_SCREEN_SIZE=1024,768

    echo $LD_LIBRARY_PATH
    echo $GRAPHICS_ROOT

    repoen /dev/ser1
    screen

    i load my start up script and build the executable using QT creator.
    it runs fine on virtual box apart from the fonts being really small.

    1 Reply Last reply
    0

    • Login

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