Results 1 to 9 of 9

Thread: I got two problems when I used static compiled library of QT4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    109
    Thanks
    2
    Thanked 5 Times in 5 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: I got two problems when I used static compiled library of QT4

    Quote Originally Posted by qintm
    Warning appeared at the end of compilation: It can’t use plug-in in static compilation. I wonder whether there is a plug-in mode in QT4’s international processing.
    Some input methods and JCK codecs are available as plugins when building a shared Qt library:
    Qt Code:
    1. $ ls plugins/codecs plugins/inputmethods
    2. plugins/codecs:
    3. libqcncodecs_debug.so libqjpcodecs.so libqtwcodecs_debug.so
    4. libqcncodecs.so libqkrcodecs_debug.so libqtwcodecs.so
    5. libqjpcodecs_debug.so libqkrcodecs.so
    6.  
    7. plugins/inputmethods:
    8. libqimsw-multi_debug.so libqimsw-multi.so
    9. $
    To copy to clipboard, switch view to plain text mode 
    With a static Qt library, you probably need to build them into the Qt library, or maybe into your application. Do you have any specific problem?

  2. #2
    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: I got two problems when I used static compiled library of QT4

    Threads merged.

Similar Threads

  1. QMAKE: Building static library without -fPIC
    By rainman110 in forum Qt Programming
    Replies: 1
    Last Post: 2nd May 2012, 16:07
  2. Compiling QCA as static library
    By NoRulez in forum Qt Programming
    Replies: 1
    Last Post: 7th December 2008, 17:32
  3. Replies: 22
    Last Post: 8th October 2008, 13:54
  4. Replies: 16
    Last Post: 23rd May 2008, 10:12
  5. Building qt program with static library
    By JonathanForQT4 in forum Newbie
    Replies: 2
    Last Post: 22nd June 2007, 23:15

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.