Skip to content

Commit 42636d6

Browse files
author
timlinux
committedJan 8, 2006
Moved all sources for gui lib into src/gui and updated all dependent classes and makefiles
git-svn-id: http://svn.osgeo.org/qgis/trunk@4619 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9d02a24 commit 42636d6

File tree

180 files changed

+79
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+79
-364
lines changed
 

‎ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
22
------------------------------------------------------------------------------
33
Version 0.8 'Joesephine' .... development version
4+
2006-01-08 [timlinux] 0.7.9.8
5+
** moved all sources for gui lib into src/gui
46
2006-01-08 [gsherman] 0.7.9.7
57
** Moved providers to the src directory
68
2006-01-08 [timlinux] 0.7.9.6

‎configure.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
2929
MAJOR_VERSION=0
3030
MINOR_VERSION=7
3131
MICRO_VERSION=9
32-
EXTRA_VERSION=7
32+
EXTRA_VERSION=8
3333
if test $EXTRA_VERSION -eq 0; then
3434
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3535
else
@@ -478,21 +478,22 @@ AC_CONFIG_FILES([
478478
src/composer/Makefile
479479
src/core/Makefile
480480
src/designer/Makefile
481+
src/gui/Makefile
481482
src/legend/Makefile
482483
src/mac/Contents/Makefile
483484
src/mac/Contents/Resources/Makefile
484485
src/mac/Makefile
485-
src/raster/Makefile
486-
src/ui/Makefile
487-
src/widgets/Makefile
488-
src/widgets/projectionselector/Makefile
489486
src/providers/Makefile
490487
src/providers/delimitedtext/Makefile
491488
src/providers/gpx/Makefile
492489
src/providers/grass/Makefile
493490
src/providers/ogr/Makefile
494491
src/providers/postgres/Makefile
495492
src/providers/wms/Makefile
493+
src/raster/Makefile
494+
src/ui/Makefile
495+
src/widgets/Makefile
496+
src/widgets/projectionselector/Makefile
496497
tools/Makefile
497498
tools/mapserver_export/Makefile
498499
tools/qgis_config/Makefile

0 commit comments

Comments
 (0)
Please sign in to comment.