Results 1 to 2 of 2

Thread: SupportedImageFormats in Release and Debug mode

  1. #1
    Join Date
    Aug 2009
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Angry SupportedImageFormats in Release and Debug mode

    Hi,

    I have configured Qt with:

    configure -qt platform win32-msvc2008 -qt-libpng -qt-libtiff -qt-libjpeg -qt-no-webkit

    I am noticing a strange behavior. When I run the code in debug mode,
    qDebug() << QImageReader::supportedImageFormats(); show that following image formats are supported

    bmp
    gif
    ico
    jpeg
    mng
    pbm
    pgm
    png
    ppm
    svg
    tif
    tiff
    xbm
    xpm

    However, when I run the same code in release mode only following image formats are supported

    bmp
    pbm
    pgm
    png
    ppm
    xbm
    xpm

    Why is it behaving like that??? I certianly need some help here!! This image formats plugin are making my life hell!!

    -Prasad

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: SupportedImageFormats in Release and Debug mode

    Are the image format plugin dll in the right place ?
    May be in release mode it is not able to find them

Similar Threads

  1. Difference between Debug and Release Mode
    By sunil.thaha in forum Qt Programming
    Replies: 2
    Last Post: 5th May 2013, 13:31
  2. Replies: 9
    Last Post: 15th April 2009, 06:23
  3. Not able to execute in Release Mode
    By sudheer168 in forum Qt Programming
    Replies: 4
    Last Post: 18th March 2009, 11:58
  4. Need debug and release versions of Qwt?
    By Tiansen in forum Qwt
    Replies: 1
    Last Post: 28th March 2008, 07:55
  5. qodbc driver not loaded error in release mode
    By mandal in forum Qt Programming
    Replies: 1
    Last Post: 14th November 2006, 09:42

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.