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?
This is by design, mostly for FHS compliance (see also bug #196901) *** This bug has been marked as a duplicate of 196901 ***