aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-16 12:53:29 -0800
committerAdam Vandenberg2010-02-18 10:27:09 -0800
commit465cf9e143ca72c227ab53814b7fee0c691e8f3b (patch)
tree5cc8314d463c89dd43e1825967501cdb4fb25554 /Library/Formula
parentbabb189e63e932fd1a65d40e31540097661bed02 (diff)
downloadhomebrew-465cf9e143ca72c227ab53814b7fee0c691e8f3b.tar.bz2
Qt - Create a 'Frameworks' symlink.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index d07f0d86c..4048051cb 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -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