Results 1 to 2 of 2

Thread: Least required shared libs for application that uses only QPixmap or QImage

  1. #1
    Join Date
    Mar 2009
    Location
    delhi India
    Posts
    56
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Least required shared libs for application that uses only QPixmap or QImage

    Hi ,
    I have application that uses QPIxmap and QImage only from QT tookit .
    I want to know the minimum required DLL's to delivery with my exe for above Classes in QT without any unwanted Dll's .

    Thanks,

  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: Least required shared libs for application that uses only QPixmap or QImage

    For Qt4 QtCore, QtGui, the compiler runtime and any image format plugins you want available for your application. For Qt5 additionally a platform plugin and and libraries QtCore depends on (like ICU). In doubt use Dependency Walker to check dependencies of your program.
    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. Split project into shared libs - linking issue.
    By porterneon in forum Newbie
    Replies: 9
    Last Post: 30th May 2011, 14:15
  2. qmake multiple shared libs
    By rrlangly in forum Qt Programming
    Replies: 1
    Last Post: 23rd June 2010, 23:32
  3. DIB to QImage or QPixmap
    By ^NyAw^ in forum Qt Programming
    Replies: 0
    Last Post: 8th August 2008, 20:18
  4. What's faster: QPixmap-to-QImage or QImage-to-QPixmap
    By forrestfsu in forum Qt Programming
    Replies: 2
    Last Post: 15th December 2006, 17:11
  5. QImage or QPixmap?
    By Dark_Tower in forum Qt Programming
    Replies: 9
    Last Post: 1st April 2006, 17:08

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.