Bug 37219 - Can't find qimageio.h in qt library
Summary: Can't find qimageio.h in qt library
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: qt
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-23 17:03 UTC by Christoffer Leitet
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-23 17:03:20 UTC
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.