Skip to content

Commit

Permalink
I had to link to qgis_gui lib too (for now)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4613 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 8, 2006
1 parent c9dc768 commit 07f9845
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion providers/gpx/Makefile.am
Expand Up @@ -2,7 +2,7 @@

if HAVE_EXPAT

INCLUDES = -I../../src/core
INCLUDES = -I../../src/core -I../../src

plugindir = ${pkglibdir}
plugin_LTLIBRARIES = gpxprovider.la
Expand Down
4 changes: 2 additions & 2 deletions providers/grass/Makefile.am
Expand Up @@ -2,7 +2,7 @@
## $Id$
##

INCLUDES = -I../../src/core
INCLUDES = -I../../src/core -I../../src

lib_LTLIBRARIES = libqgisgrass.la

Expand Down Expand Up @@ -30,7 +30,7 @@ libqgisgrass_la_SOURCES = qgsgrassprovider.cpp \
qgsgrass.cpp \
qgsgrass.h

libqgisgrass_la_LIBADD = $(QT_LDADD) $(GRASS_LIB) ../../src/core/libqgis_core.la
libqgisgrass_la_LIBADD = $(QT_LDADD) $(GRASS_LIB) ../../src/core/libqgis_core.la ../../src/libqgis_gui.la
libqgisgrass_la_LDFLAGS = -version-info $(INTERFACE_VERSION)
libqgisgrass_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) -I$(GRASS_INC) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(GDAL_CFLAGS)
if HAVE_POSTGRESQL
Expand Down
4 changes: 2 additions & 2 deletions providers/ogr/Makefile.am
@@ -1,12 +1,12 @@
INCLUDES = -I../../src/core/
INCLUDES = -I../../src/core/ -I../../src

plugindir = ${pkglibdir}
plugin_LTLIBRARIES = ogrprovider.la

ogrprovider_la_SOURCES = qgsogrprovider.cpp \
qgsogrprovider.h

ogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) $(GEOS_LDADD) ../../src/core/libqgis_core.la
ogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) $(GEOS_LDADD) ../../src/core/libqgis_core.la ../../src/libqgis_gui.la
ogrprovider_la_LDFLAGS = -avoid-version -module
ogrprovider_la_CXXFLAGS := $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS)

2 changes: 1 addition & 1 deletion providers/postgres/Makefile.am
Expand Up @@ -27,7 +27,7 @@ postgresprovider_la_SOURCES = \

BUILT_SOURCES = $(postgresprovider_MOC)

postgresprovider_la_LIBADD = $(QT_LDADD) $(PG_LIB) $(GEOS_LDADD) ../../src/core/libqgis_core.la
postgresprovider_la_LIBADD = $(QT_LDADD) $(PG_LIB) $(GEOS_LDADD) ../../src/core/libqgis_core.la ../../src/libqgis_gui.la
postgresprovider_la_LDFLAGS = -avoid-version -module
postgresprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PG_INC) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(GDAL_CFLAGS)

Expand Down

0 comments on commit 07f9845

Please sign in to comment.