Note the Qt bugs about the broken .pc files.

Change-Id: I050caef2a20b0c6c567f810465a3bcfe40b04a11
Reviewed-on: https://code.wireshark.org/review/9603
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-07-11 14:33:31 -07:00
parent 0bcbb2c20b
commit ec1e099dc0
1 changed files with 3 additions and 1 deletions

View File

@ -619,7 +619,9 @@ install_qt() {
#
# Versions 5.3.x through 5.5.0, at least, have bogus .pc files.
# Fix them.
# See bugs QTBUG-35256 and QTBUG-47162.
#
# Fix the files.
#
for i in $HOME/Qt$QT_VERSION/$QT_MAJOR_MINOR_VERSION/clang_64/lib/pkgconfig/*.pc
do