Results 1 to 5 of 5

Thread: Problem with a plugin which depends on another plugin

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2010
    Posts
    57
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem with a plugin which depends on another plugin

    I'm no expert in this. But to use my plugins as a library I followed this technique:

    http://doc.qt.nokia.com/4.7-snapshot/sharedlibrary.html

    worked for me...

  2. #2
    Join Date
    Mar 2010
    Posts
    319
    Thanks
    1
    Thanked 14 Times in 12 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem with a plugin which depends on another plugin

    Quote Originally Posted by pan View Post
    I'm no expert in this. But to use my plugins as a library I followed this technique:

    http://doc.qt.nokia.com/4.7-snapshot/sharedlibrary.html

    worked for me...
    ... and it is for me too! So, yes, thanks a lot indeed! I guess I didn't expect this to be required since building my various moduled as 'pure' shared libraries was fine. It was just when I was trying to build them as plugins that it wasn't. Anyway, now everything's fine and that's what matters!

Similar Threads

  1. Replies: 7
    Last Post: 11th April 2013, 10:55
  2. Replies: 1
    Last Post: 8th October 2010, 11:38
  3. Plugin and shared class between plugin and application
    By wishper in forum Qt Programming
    Replies: 7
    Last Post: 23rd August 2010, 17:00
  4. Replies: 0
    Last Post: 16th September 2009, 02:33
  5. Using KDE plugin problem
    By ccp in forum KDE Forum
    Replies: 1
    Last Post: 16th February 2009, 22:02

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.