changeset 520:c83e314932bd

With Qt 4.4.1 and compiling also for PPC I always got some curious lipo error. So removed support for PPC. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@760 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 14 Sep 2008 17:39:48 +0000
parents 26de0f77b6be
children e732730c71bc
files UniversalIndentGUI.pro buildMacRelease.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/UniversalIndentGUI.pro	Sun Sep 14 16:53:45 2008 +0000
+++ b/UniversalIndentGUI.pro	Sun Sep 14 17:39:48 2008 +0000
@@ -19,7 +19,7 @@
 LIBS += -lqscintilla2
 
 macx {
- CONFIG += x86 ppc sdk
+ CONFIG += x86 sdk
  QMAKE-MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk
 }
 
--- a/buildMacRelease.sh	Sun Sep 14 16:53:45 2008 +0000
+++ b/buildMacRelease.sh	Sun Sep 14 17:39:48 2008 +0000
@@ -1,7 +1,7 @@
 #!/bin/bash
 echo "setting Qt path"
 echo "---------------"
-QTDIR=/Users/thomas/Documents/Informatik/qt-static-release
+QTDIR=/Users/thomas/Documents/Informatik/qt.4.4.1_static
 export QTDIR
 PATH=$QTDIR/bin:$PATH
 export PATH