From 9ff59c4ef435b41721a37dd9236473df51dc2e83 Mon Sep 17 00:00:00 2001 From: Morten Sorvig Date: Tue, 9 Aug 2011 13:40:15 +0200 Subject: Configure: Make QPA default when building on OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Morten Johan Sørvig --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index be744d3990..36080b3e70 100755 --- a/configure +++ b/configure @@ -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 #----------------------------------------------------------------------------- -- cgit v1.2.3