Bug 37219

Summary: Can't find qimageio.h in qt library
Product: [Retired] Red Hat Linux Reporter: Christoffer Leitet <christoffer.leitet>
Component: qtAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-23 17:03:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoffer Leitet 2001-04-23 17:03:17 UTC
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

Comment 1 Bernhard Rosenkraenzer 2001-04-23 18:09:53 UTC
QImageIO is obsolete.
qtvu needs to be changed to the newer QImage API in order to work with Qt 2.3.0.