qt5webkit: fix installation of headers
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Mon, 2 Jul 2018 14:49:22 +0000 (10:49 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Jul 2018 20:32:58 +0000 (22:32 +0200)
commitbfb6aef1eaf222a3a673746b7f6c78989900aa01
tree67b4bd4872a1d3124b127a7f6ad3cbccc023dc4a
parent5e62da7f88e9eb75d4afb1092d15af3d6c539ff7
qt5webkit: fix installation of headers

Since Qt 5.11, the headers are not installed anymore.

The issue comes from a update in qt5base [1] which is not backported to
qt5webkit because it is not officially supported anymore by Qt.

Fixes build issues with qt5webkit-examples that requires QtWebKit
headers:

In file included from main.cpp:42:
window.h:46:10: fatal error: QWebElement: No such file or directory
 #include <QWebElement>
          ^~~~~~~~~~~~~
compilation terminated.

[1]: https://github.com/qt/qtbase/commit/9c4c136bc9f29bab1cc9684dfced55a92a8bbe96

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qt5/qt5webkit/5.9.1/0005-Fix-installation-of-class-headers.patch [new file with mode: 0644]