Configure: Make QPA default when building on OS X

Minimal patch to change the default. PLATFORM_MAC
is now obsolete, and at some point we need to go
through configure and remove it or replace usages
with for example BULD_ON_MAC.

Change-Id: Ic6a8609158b6021ead23d8731e683ef3a51cc4d7
Reviewed-on: http://codereview.qt.nokia.com/2780
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
bb10
Morten Sorvig 2011-08-09 13:40:15 +02:00 committed by Morten Johan Sørvig
parent 845291ba19
commit 9ff59c4ef4
1 changed files with 1 additions and 3 deletions

4
configure vendored
View File

@ -188,11 +188,9 @@ PLATFORM_X11=no
PLATFORM_QWS=no
PLATFORM_QPA=yes
BUILD_ON_MAC=no
PLATFORM_MAC=no
if [ -d /System/Library/Frameworks/Carbon.framework ]; then
PLATFORM_MAC=maybe
BUILD_ON_MAC=yes
else
PLATFORM_MAC=no
fi
#-----------------------------------------------------------------------------