From ec1e099dc0b1a1307df1c7f002905e7d38a5f2c7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 11 Jul 2015 14:33:31 -0700 Subject: Note the Qt bugs about the broken .pc files. Change-Id: I050caef2a20b0c6c567f810465a3bcfe40b04a11 Reviewed-on: https://code.wireshark.org/review/9603 Reviewed-by: Guy Harris --- macosx-setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'macosx-setup.sh') diff --git a/macosx-setup.sh b/macosx-setup.sh index 7bda1f874a..f35491e046 100755 --- a/macosx-setup.sh +++ b/macosx-setup.sh @@ -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 -- cgit v1.2.3