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
This commit is contained in:
parent
15f441154a
commit
19affbcb24
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user