Skip to content

Commit 6286fc6

Browse files
author
telwertowski
committedJan 12, 2006
Shuffle some code betweem Makefiles to resume building the Mac bundle directory after the src directory reorganization. Update the bundle copyright date. Remove a temporary comment regarding the directory reorg.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4659 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 003b3fe commit 6286fc6

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed
 

‎src/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11+
if HAVE_QTMAC
12+
MAC = mac
13+
endif
1114
# NOTE - the order of the SUBDIRS is important. Currently the providers
1215
# depend on the existence of libqgis_gui.
1316
# gui *must* be specified immediately before the providers

‎src/gui/Makefile.am

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313
## Initial setup
1414
## ----------------------------------------------------------------------
1515
##
16-
if HAVE_QTMAC
17-
MAC = mac
18-
endif
19-
# NOTE - the order of the SUBDIRS is important. Currently the providers
20-
# depend on the existence of libqgis_gui. Since the gui classes
21-
# have not been moved into their own directory, the current directory
22-
# (.) must be specified immediately before the providers
23-
# subdirectory. Once the gui subdirectory is implemented, there is
24-
# no need for the current directory to be in the SUBDIRS list
2516

2617
if !HAVE_QTMAC
2718
PREFIX=-DPREFIX=\"$(prefix)\"

‎src/mac/Contents/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleSignature</key>
1212
<string>QGIS</string>
1313
<key>CFBundleGetInfoString</key>
14-
<string>QGIS @VERSION, © 2002-2005 QGIS Development Team</string>
14+
<string>QGIS @VERSION, © 2002-2006 QGIS Development Team</string>
1515
<key>CFBundleShortVersionString</key>
1616
<string>@SHORTVERSION</string>
1717
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)
Please sign in to comment.