Skip to content

Commit 5731d6b

Browse files
author
timlinux
committedJan 14, 2007
Use ${PROJECT_NAME} rather than hard coding qgis.app when naming mac application bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk@6433 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9ad30dc commit 5731d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ELSE (WIN32)
127127

128128
IF (APPLE)
129129
# for Mac OS X, everything is put inside an application bundle
130-
SET (CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/qgis.app/Contents/MacOS)
130+
SET (CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME}.app/Contents/MacOS)
131131
# path for library references
132132
SET (CMAKE_INSTALL_NAME_DIR @executable_path/lib)
133133
ENDIF (APPLE)

0 commit comments

Comments
 (0)
Please sign in to comment.