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
QtWS25 Last Chance

Qt app calling QNX custom library

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
2 Posts 2 Posters 2.5k 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.
  • J Offline
    J Offline
    joeflux20
    wrote on 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 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

      • Login

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