-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.1.0 Beta 1
-
None
-
RedHat linux 6.3
Qt 4.8.4 (using current QtSerialPort)
qt4support/install-helper.pri: target_headers.path should not use $$[QT_INSTALL_PREFIX]/include, but should rather use $$[QT_INSTALL_HEADERS]. This is especially critical when the qt headers were NOT installed in $${QT_INSTALL_PREFIX]/include, like on RedHat systems.
I got around it by moving the headers after the install phase inside my rpm spec file, but shouldn't need to be done - thought you'd want to know so you can continue to support Qt4 correctly.