Bug 244837

Summary: qt4-devel installed include-files to /usr/include
Product: [Fedora] Fedora Reporter: Michael Möllney <mail>
Component: qt4Assignee: Rex Dieter <rdieter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: than
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: 2007-06-19 13:43:16 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 Michael Möllney 2007-06-19 13:28:21 UTC
Description of problem:
qt4-devel installs the include files to /usr/include instead of /usr/lib/qt4

Version-Release number of selected component (if applicable):
qt4-devel-4.3.0-2.fc7

How reproducible:
yum install qt4-devel

  
Actual results:
include files installed in /usr/include

Expected results:
include files installed in /usr/lib/qt4 (or even better /usr/lib/qt-4.3 to be
analogous to qt 3.3)

Additional info:
qmake should take care where to find the includes.... so there should be no need
to put it into /usr/include?

Comment 1 Rex Dieter 2007-06-19 13:43:16 UTC
This is by design, mostly for FHS compliance (see also bug #196901)

*** This bug has been marked as a duplicate of 196901 ***