Results 1 to 12 of 12

Thread: Plugin Adapter Classes?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Plugin Adapter Classes?

    Quote Originally Posted by SixDegrees View Post
    Thanks for your time, but these examples are not implemented as plugins.
    Yes, they are. Look at the .pro files - I'm not linking libinherited.so into the "main" program. I think libimpl.so could also be made a plugin but libinherited.so has to link against it nevertheless so it will act as a regular library too.

    Edit: Just checked it, you can load libimpl.so as a plugin too, just remember about adding the proper export macro.
    Last edited by wysota; 26th April 2010 at 10:57.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 7
    Last Post: 11th April 2013, 10:55
  2. network adapter list display
    By rakesh in forum Qt Tools
    Replies: 0
    Last Post: 17th March 2009, 12:16
  3. Multi network adapter
    By navi1084 in forum Qt Programming
    Replies: 0
    Last Post: 20th November 2008, 04:31
  4. creating a dylib for a plugin with external classes
    By themolecule in forum Qt Programming
    Replies: 4
    Last Post: 23rd July 2008, 14:22
  5. Writing an D-Bus Adapter using Qt
    By BartSimpson in forum Qt Programming
    Replies: 0
    Last Post: 24th March 2007, 15:11

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.