Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. Qt app calling QNX custom library
Forum Updated to NodeBB v4.3 + New Features

Qt app calling QNX custom library

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
2 Posts 2 Posters 2.5k 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.
  • J Offline
    J Offline
    joeflux20
    wrote on 22 Aug 2013, 23:37 last edited by
    #1

    Hi,

    I am a noob at QNX and need some help. I want to know how to bundle and call a QNX custom library in Qt. When I compile and build the QNX library in Momentics, I get a 'libXXX.a' file and a couple of 'XXX.o' files. Now I want to include this library in a Qt app and call the functions in the library. Any help or pointer to a step-by-step guide would be greatly appreciated.

    Thanks in advance !!

    1 Reply Last reply
    0
    • C Offline
      C Offline
      codenode
      wrote on 23 Aug 2013, 10:15 last edited by
      #2

      You will need the includes and the libxxx.a file.

      In the pro file:

      LIBS += %path%libXXX.a
      INCLUDEPATH += %PATHTOTHELIBHEADERS%

      That should do. Maybe you also could set this up over Momentics, but good luck with that...

      1 Reply Last reply
      0

      2/2

      23 Aug 2013, 10:15

      • 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