Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): qt-devel-4.8.1-2.fc18.i686 How reproducible: Always: Steps to Reproduce: 1. Compile something that requires QtCore/qconfig.h 2. Watch it fail on 32 bit in Fedora 18 (rawhide) Actual results: /usr/include/QtCore/qconfig.h:10:34: fatal error: QtCore/qconfig-i386.h: No such file or directory compilation terminated. Expected results: Successful compilation. Additional info: The file included in the qt-devel package is called QtCore/qconfig-i686.h, but the QtCore/qconfig.h wrapper tries to include QtCore/qconfig-i386.h, which is not present. In the Fedora 16 version qt-4.8.0-10.fc17 the file is called QtCore/qconfig-i386.h. So this changed between the F17 and F18 versions.
it's fixed in qt-4.8.1-3.fc18