Qt - Create a 'Frameworks' symlink.

master
Adam Vandenberg 2010-02-16 12:53:29 -08:00
parent d59cb8a2e9
commit 6a4e0c5a40
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ class Qt <Formula
(lib+'pkgconfig/QtUiTools_debug.pc').unlink
# remove porting file for non-humans
(prefix+'q3porting.xml').unlink
# Some config scripts will only find QT in a "Frameworks" folder
# VirtualBox is an example of where this is needed
# See: http://github.com/mxcl/homebrew/issues/issue/745
cd prefix do
ln_s lib, "Frameworks"
end
end
def caveats