Sunday, July 6th 2008, 1:47am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, August 26th 2007, 3:18pm

Qt 4.3.1 static build and problem with jpeg

Hi all,

I compiled Qt 4.3.1 OSE with the patch to compile with Visual C++ 2005.
I configured like that:

Source code

1
qconfigure -release -static -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg

All compiled fine but later when I tried to load jpeg it give me error that it can't load it but all other types like png, bmp, gif are working fine. What is the problem with jpeg ?
  • Go to the top of the page

2

Wednesday, September 19th 2007, 2:20am

jepg ..hehe..
  • Go to the top of the page

activist

Beginner

Posts: 2

Location: Norway

3

Thursday, February 28th 2008, 12:46pm

Anyone know the answer to this? I have the same problem with both jpeg and tiff on linux.

Source code

1
./configure -static -release -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libjpeg -qt-libtiff


QImageReader::supportedImageFormats() output:

Source code

1
("bmp", "pbm", "pgm", "png", "ppm", "xbm", "xpm")

This post has been edited 3 times, last edit by "activist" (Feb 28th 2008, 12:50pm)

  • Go to the top of the page

Messenger

Intermediate

Posts: 325

Location: Lt

4

Thursday, February 28th 2008, 1:20pm

As you see there is no gif, mng, jpeg, tiff. Have you done exactly like trolls said?
http://doc.trolltech.com/4.3/plugins-how…#static-plugins
Fighting fire with fire.
  • Go to the top of the page

activist

Beginner

Posts: 2

Location: Norway

5

Thursday, February 28th 2008, 2:08pm

Oops, no. Thanks!
  • Go to the top of the page

Rate this thread