Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use qt4 as default dir
git-svn-id: http://svn.osgeo.org/qgis/trunk@5793 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 10, 2006
1 parent 0c57c55 commit 7464157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.mac.sh
Expand Up @@ -47,7 +47,7 @@ then
#export QTDIR=/usr/local/Trolltech/Qt-4.1.0
#qt installed from debian apt
#export QTDIR=/usr
export QTDIR=/usr/local/Qt4.1.3
export QTDIR=/usr/local/Trolltech/Qt-4.1.4
#export PATH=/usr/local/gislibs/bin:/usr/local/graphicslibs/bin/:$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib

Expand All @@ -59,7 +59,8 @@ then
# for additional details
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
--enable-static=no \
--with-qtdir=$QTDIR
--with-qtdir=$QTDIR \
--with-python
#--with-grass=/usr/local/gislibs/grass
#--enable-unittests \
make && make install
Expand Down

0 comments on commit 7464157

Please sign in to comment.