diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-07-11 14:33:31 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-07-11 21:36:07 +0000 |
commit | ec1e099dc0b1a1307df1c7f002905e7d38a5f2c7 (patch) | |
tree | c9863a43b49aad6167ee42de4e3069f6835aae84 /macosx-setup.sh | |
parent | 0bcbb2c20b43ab664cd7795ea2bbc37c5d709e06 (diff) | |
download | wireshark-ec1e099dc0b1a1307df1c7f002905e7d38a5f2c7.tar.gz wireshark-ec1e099dc0b1a1307df1c7f002905e7d38a5f2c7.tar.bz2 wireshark-ec1e099dc0b1a1307df1c7f002905e7d38a5f2c7.zip |
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>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-x | macosx-setup.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |