Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Jan 8, 2006
1 parent 2d5cb48 commit 11dc5d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions Makefile.am
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions configure.in
Expand Up @@ -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
Expand Down Expand Up @@ -433,7 +433,6 @@ AC_SUBST(DEBUG_QGIS)

AC_CONFIG_FILES([
Makefile
designer_plugins/Makefile
doc/Makefile
doc/images/Makefile
doc/install_guide/Makefile
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 11dc5d7

Please sign in to comment.