Skip to content

Qt on BlackBerry and QNX

Qt on BlackBerry and QNX
99 Topics 580 Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • video player on Qt with QNX device

    Unsolved
    3
    0 Votes
    3 Posts
    900 Views
    S

    I need to play the video in qnx 7. Actually video player code written in qt using Qmultimedia widgets is working fine on windows. but when i am trying to compile with Qnx and run these binaries on target i am facing the following error:

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • QT Debug for QNX7.1

    Unsolved
    1
    0 Votes
    1 Posts
    524 Views
    No one has replied
  • Setting up Qt for QNX on VMware

    Unsolved
    4
    0 Votes
    4 Posts
    6k Views
    cristian-adamC

    I assume you meant LIBS and not INCLUDEPATH.

    Those shared libraries are part of the QNX sysroot.

    You need to have them installed via the QNX software manager so that you can build against, and when you create your VM you need to have something like:

    @######################################### @## more libraries @######################################### @/lib/libfreetype.so.1=usr/lib/libfreetype.so.1 @/lib/libpng16.so.0=usr/lib/libpng16.so.0

    So that you have the libraries in the VM to be able to run your Qt application. Or package them alongside your application.

  • Qt on QNX Device

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    N

    @jsulm

    yes, I have built for QNX.

    This is the procedure I have followed:

    I have installed Qt 5.15.2 using this "qt-unified-linux-x64-online.run" file. Followed this link https://doc.qt.io/qt-5/qnx.html for building Qt for QNX.

    after "source qnxsdpenv.sh" the configure file used for build is :
    ...........................................................................
    srcpath=dirname $0
    srcpath=(cd "$srcpath"; pwd)
    configure=$srcpath/qtbase/configure
    if [ ! -e "$configure" ]; then
    echo "$configure not found. Did you forget to run "init-repository"?" >&2
    exit 1
    fi

    mkdir -p qtbase || exit

    echo "+ cd qtbase"
    cd qtbase || exit

    echo "+ $configure -top-level $@"
    exec "$configure" -top-level "$@"
    .......................................................................

  • Bus error (core dumped) in qnx

    3
    0 Votes
    3 Posts
    3k Views
    Y

    I have same bus error. I am using Qt 5.10.1 with QNX 7.0 SDP. Any suggestions here?

  • deadLock between QT app and qnx screen process at startup

    Unsolved
    1
    0 Votes
    1 Posts
    676 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    432 Views
  • Qt3dStudioRuntime on QNX - how to build on QNX?

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Crash service when used AnimatedImage on QNX platform.

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    11 Posts
    5k Views
    K

    This is DirectConnection, because you send signal from this to this, which are obviously in same thread. It actually can be replaced with direct method call (virtual if you have class hierarchy and slot if implemented in derived class)

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    58 Views
  • Running new process from my GUI

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS

    AFAIK, it's one process at a time though you can re-use the object itself once one is finished.

  • Run Qt 5.3 on QNX 6.6

    16
    0 Votes
    16 Posts
    14k Views
    FrezZyF

    It's a little bit late to ask for help here, but I faced the same problem mentioned above. Environment variables are set and libraries are also present. Has anybody find out how to fix this bug? I'm targeting QNX 6.6 installed on VMWare.

  • 0 Votes
    14 Posts
    15k Views
    profibusP

    @portoist Would be possible to get compiled Qt4.8.4 package for QNX 6.5.0 SP1 for x86 platform? I am trying to build it and getting many missing header files errors.

  • Qt 5.5.1 with Creator 3.5.1 development for QNX 6.6

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    SGaistS

    Hi and welcome to devnet,

    Did you already saw that Wiki article ? It might contain some additional information.

    Hope it helps

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    13 Posts
    6k Views
    W

    I've uploaded the overlay to my server.
    http://www.w-bremer.de/en/downloads/category/3-qt521

    Hope it is not too late for you guys.