Skip to content

Commit e4ee9ed

Browse files
author
timlinux
committed
Make editing icons more consistent with other icons.
Disable tests in mac build script. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5519 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 001f7d6 commit e4ee9ed

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

build.mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ then
5252
# for additional details
5353
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
5454
--enable-static=no \
55-
--enable-unittests \
5655
--with-qtdir=$QTDIR
56+
#--enable-unittests \
5757
#--with-grass=/usr/lib/grass
5858
make && make install
5959

-29 Bytes
Loading
204 Bytes
Loading

tests/src/core/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GLOBALCXXFLAGS = $(CXXFLAGS) \
6464
$(EXTRA_CXXFLAGS) \
6565
$(GDAL_CFLAGS) \
6666
$(QT_CXXFLAGS) \
67+
$(GEOS_CFLAGS) \
6768
$(PG_INC) \
6869
-I../../../src/raster \
6970
-I../../../src/core \

0 commit comments

Comments
 (0)