Fix typo in configure for Mac: Libraries -> Library

Task-number: QTBUG-18115
Change-Id: I81f82d417dfff94c0ebcd41f0f9f3cd3223bac2c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-07-18 10:29:07 +02:00 committed by Qt by Nokia
parent 5f0b52ea26
commit bf3b08ee06

2
configure vendored
View File

@ -2686,7 +2686,7 @@ if [ -z "$QT_INSTALL_LIBS" ]; then #default
if [ "$CFG_PREFIX_INSTALL" = "no" ]; then
if [ "$BUILD_ON_MAC" = "yes" ]; then
if [ "$CFG_FRAMEWORK" = "yes" ]; then
QT_INSTALL_LIBS="/Libraries/Frameworks"
QT_INSTALL_LIBS="/Library/Frameworks"
fi
fi
fi