From 19affbcb24c9d6f3f1c2e2fd670c4b550cf50baf Mon Sep 17 00:00:00 2001 From: matlabbe Date: Thu, 10 May 2012 03:23:20 +0000 Subject: [PATCH] Packaging (APPLE): added a path to find dependencies git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@102 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- app/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 996067fc..647b0e00 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -153,6 +153,9 @@ IF((APPLE AND BUILD_AS_BUNDLE) OR WIN32) # directories to look for dependencies SET(DIRS ${QT_LIBRARY_DIRS} ${PROJECT_SOURCE_DIR}/bin) + IF(APPLE) + SET(DIRS ${DIRS} /usr/local) + ENDIF(APPLE) # Now the work of copying dependencies into the bundle/package # The quotes are escaped and variables to use at install time have their $ escaped