diff --git a/configure b/configure index 9269c7ffa2..9a107151ae 100755 --- a/configure +++ b/configure @@ -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