Skip to content

Commit

Permalink
use rpath also for qgis_help
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11996 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 8, 2009
1 parent f2f3565 commit 87ddaaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/helpviewer/CMakeLists.txt
Expand Up @@ -62,6 +62,11 @@ ELSE (${QTVERSION} STRLESS "4.3.0")
)
ENDIF (${QTVERSION} STRLESS "4.3.0")

SET_TARGET_PROPERTIES(qgis_help PROPERTIES
INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${QGIS_LIB_DIR}
INSTALL_RPATH_USE_LINK_PATH true
)


########################################################
# Install
Expand Down

0 comments on commit 87ddaaa

Please sign in to comment.