Results 1 to 19 of 19

Thread: after compilingreceiving QtFatalMsg

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: after compilingreceiving QtFatalMsg

    Create a subproject with lib template and put all the classes and functions you want to use in plugins (and remove them from the main project). Then tell the main project to link with the library (for example using LIBS+=-L pathtosubproject -lnameoflib). Do the same with all the plugins (I mean link them against the newly created library). Remember that this library has to be found by the dynamic loader when you start your main app (you can use LD_LIBRARY_PATH env variable to do that).

  2. #2
    Join Date
    Apr 2006
    Posts
    122
    Thanks
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: after compilingreceiving QtFatalMsg

    i will try to follow the steps.

Similar Threads

  1. strange error in compilation
    By quickNitin in forum Newbie
    Replies: 9
    Last Post: 30th August 2006, 12:21

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.