From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2-2 i686) Isn't qt supposed to ship with qimageio.h? When I tried to compile a program which linked against it, I couldn't find it. The rpm package simply doesn't have it. The rpm package I used was qt-2.3.0-3.i386.rpm, which ships with rh7.1 Reproducible: Always Steps to Reproduce: 1. Download an uncompiled package which uses qimageio.h (for example qtvu-0.3.21beta2 (http://freshmeat.net/projects/qtvu/)) 2. Untar and unzip it and run a "make" in the src directory 3. Look at the error message which says that it can't find qimageio.h 4. ls /usr/lib/qt-2.3.0/include or run a locate qimageio.h Actual Results: Nothing, you don't find the file Expected Results: It should have been there I had to recompile qt from source in order to get qimageio.h
QImageIO is obsolete. qtvu needs to be changed to the newer QImage API in order to work with Qt 2.3.0.