Results 1 to 2 of 2

Thread: Png problem

  1. #1
    Join Date
    Dec 2009
    Posts
    7
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question Png problem

    Hi.
    I'm using qt-embedded-linux-opensource 4.5.3 on mips board.
    And I cross compile to build app on mips board.
    But I found that Icon and other Images looks wrong.
    There image are png and I thought that png library is missing.
    (QFactoryLoader doesn't load any png library)
    When I configure passing arg "-qt-libpng" and rebuild Qt , but this problem didn't solve.
    Does anybody have a solution?
    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Png problem

    When I configure passing arg "-qt-libpng" and rebuild Qt , but this problem didn't solve.
    Did you have a look at the output while rebuilding, to make sure png lib was indeed built?
    It could be that due to some missing dependencies png support was not successfully built.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

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.