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. Can QT app invoke methods in a *.so file

Can QT app invoke methods in a *.so file

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 692 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.
  • Q Offline
    Q Offline
    quangn
    wrote on last edited by
    #1

    Hi all,

    Currently, I have a C++ project that is already built into a *.so file.
    Now, I want to write a small QT app that will use some methods in that *.so file.

    I don't know if QT support like this. Can anyone help me?

    I can not include the whole C++ project in to this QT project, because it needs a lot of external library and can only be build on it own.

    Thanks,
    Quang

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to devnet

      The "QLibrary":http://qt-project.org/doc/qt-5/qlibrary.html is what you need.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        quangn
        wrote on last edited by
        #3

        Thx for help :)

        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