On 13/06/2008, at 10:19 PM, nscott@xxxxxxxxxx wrote:
So I set QT into release mode by doing this:
diff --git a/GNUmakefile b/GNUmakefile
index 187f208..fa5be43 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -37,6 +37,8 @@ $(CONFIGURE):
autoconf
./configure \
--prefix=/usr \
+ QMAKE="/opt/local/bin/qmake -spec macx-xcode" \
You should be able to set QMAKE in the environment, and configure will
pick it up. Also, I think "-spec macx-xcode" is the default, isn't
it? I
did
not need that when I build on 10.5, IIRC.
I found that without specifying the spec, qmake didn't generate a
xcode project. I didn't investigate very hard and I know next to
nothing about qmake, but adding the spec seemed to help.
+ QT_RELEASE=Release \
Same for this, set in the environment before running configure & no
patch required.
$$LOCAL_CONFIGURE_OPTIONS
touch .census
And kmchart builds and loads, so I'm quite stoked :)
Ah, good stuff. You're running very experimental code there (check
out
the floating charts) ... lots to do still, but the basic
functionality is
still
there.
Yep it all seems to work. I get floating charts and everything :)
|