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