Hide Forgot
Description of problem: The PATH variable is set to /usr/local/Trolltech/Qt-4.6.2/include, however, the actual location of the include files differs. /usr/local/Qt*/* Version-Release number of selected component (if applicable): Qt 4.6.2 How reproducible: Always Steps to Reproduce: 1. echo $PATH 2. 3. Actual results: Expected results: Additional info:
it doesn't make sense to have includes files in PATH, The PATH enviroment is generally used for binaries. Qt header files are installed in /usr/include in RHEL6.