Skip to content

Commit 7464157

Browse files
author
timlinux
committed
Use qt4 as default dir
git-svn-id: http://svn.osgeo.org/qgis/trunk@5793 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0c57c55 commit 7464157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.mac.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ then
4747
#export QTDIR=/usr/local/Trolltech/Qt-4.1.0
4848
#qt installed from debian apt
4949
#export QTDIR=/usr
50-
export QTDIR=/usr/local/Qt4.1.3
50+
export QTDIR=/usr/local/Trolltech/Qt-4.1.4
5151
#export PATH=/usr/local/gislibs/bin:/usr/local/graphicslibs/bin/:$QTDIR/bin:$PATH
5252
export LD_LIBRARY_PATH=$QTDIR/lib
5353

@@ -59,7 +59,8 @@ then
5959
# for additional details
6060
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
6161
--enable-static=no \
62-
--with-qtdir=$QTDIR
62+
--with-qtdir=$QTDIR \
63+
--with-python
6364
#--with-grass=/usr/local/gislibs/grass
6465
#--enable-unittests \
6566
make && make install

0 commit comments

Comments
 (0)