Skip to content
Permalink
Browse files
Make msexport a mac bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk@5801 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 10, 2006
1 parent e2535d7 commit f0db600
Showing 1 changed file with 10 additions and 0 deletions.
@@ -75,6 +75,16 @@ libmsexport_la_LIBADD = $(PYTHON_LIB) $(QT_LDADD)
libmsexport_la_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PYTHON_INCLUDE_DIR) -I../../src
#msexport_la_LDFLAGS

# Qt/Mac app needs to be inside a bundle to function correctly
MACBINDIR = $(bindir)/msexport.app/Contents/MacOS

install-exec-hook:
if HAVE_QTMAC
$(mkinstalldirs) $(MACBINDIR)
mv $(bindir)/msexport $(MACBINDIR)
endif


#
# Put script into an appropriate dir
#

0 comments on commit f0db600

Please sign in to comment.