Skip to content

Commit

Permalink
Refs #6315. Trying to get plugins path in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed May 3, 2013
1 parent 7464762 commit f84b49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Build/CMake/DarwinSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ set ( INBUNDLE MantidPlot.app/ )
set ( PARAVIEW_APP_DIR "/Applications/${OSX_PARAVIEW_APP}" )
set ( PARAVIEW_APP_BIN_DIR "${PARAVIEW_APP_DIR}/Contents/MacOS" )
set ( PARAVIEW_APP_LIB_DIR "${PARAVIEW_APP_DIR}/Contents/Libraries" )
set ( PARAVIEW_APP_PLUGIN_DIR "${PARAVIEW_APP_DIR}/Contents/Plugins" )

set ( BIN_DIR MantidPlot.app/Contents/MacOS )
set ( LIB_DIR MantidPlot.app/Contents/MacOS )
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/Installers/MacInstaller/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<dict>
<key>DYLD_LIBRARY_PATH</key>
<string>@PARAVIEW_APP_LIB_DIR@</string>
<string>@PARAVIEW_APP_PLUGIN_DIR@</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
Expand Down

0 comments on commit f84b49d

Please sign in to comment.