Skip to content

Commit

Permalink
Refactored libqgis into two roughly inequal parts.
Browse files Browse the repository at this point in the history
libqgis_core is intended to have non gui code
libqgis_gui is intended to have gui related code
Updated makefiles and code throughout in order for it to build with this new arrangemetn
Code in src/ will be moved into src/gui in a follow up commit




git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4504 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 8, 2006
1 parent 803a65f commit e9a20b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer/Makefile.am
Expand Up @@ -53,7 +53,7 @@ libqgis_composer_la_SOURCES = qgscomposer.cpp\
libqgis_composer_la_LIBFLAGS = $(QT_LDADD)

libqgis_composer_la_LDFLAGS = -version-info $(INTERFACE_VERSION)
libqgis_composer_la_CXXFLAGS = $(PKGDATAPATH) -I.. -I../ui/ \
libqgis_composer_la_CXXFLAGS = $(PKGDATAPATH) -I.. -I../ui/ -I../core/ \
$(PREFIX) $(CXXFLAGS) $(EXTRA_CXXFLAGS) \
$(GDAL_CFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS)

Expand Down

0 comments on commit e9a20b8

Please sign in to comment.