Refactored libqgis into two roughly inequal parts.

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@4606 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-01-08 01:36:35 +00:00
parent 2d5cb48918
commit 11dc5d7ec6
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,8 @@
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
------------------------------------------------------------------------------
Version 0.8 'Joesephine' .... development version
2006-01-08 [timlinux] 0.7.9.6
** refactored libqgis into core and gui libs.
2006-01-01 [timlinux] 0.7.9.5
** removed community reg plugin and exampl plugins
** refactored composer code into its own lib in src/composer

View File

@ -30,10 +30,6 @@ docdatadir = $(datadir)/$(PACKAGE)/doc
docdata_DATA = AUTHORS
if HAVE_QT3
SUBDIRS = src providers plugins doc tools i18n designer_plugins helpviewer
endif
if HAVE_QT4
SUBDIRS = src providers plugins doc tools i18n helpviewer resources images
endif

View File

@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=7
MICRO_VERSION=9
EXTRA_VERSION=5
EXTRA_VERSION=6
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
@ -433,7 +433,6 @@ AC_SUBST(DEBUG_QGIS)
AC_CONFIG_FILES([
Makefile
designer_plugins/Makefile
doc/Makefile
doc/images/Makefile
doc/install_guide/Makefile
@ -484,6 +483,8 @@ AC_CONFIG_FILES([
resources/Makefile
src/Makefile
src/composer/Makefile
src/core/Makefile
src/designer/Makefile
src/legend/Makefile
src/mac/Contents/Makefile
src/mac/Contents/Resources/Makefile