aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-05-25 14:21:47 +0100
committerMike McQuaid2013-05-25 14:22:25 +0100
commite397588ea6ddda26e4e5797acc0bcebf2da818f4 (patch)
tree1a51b1bc918a22f06c8ef43c4ce14374f31708fc /Library/Formula/qt.rb
parent214e69d81cc09cd0e4fbf654512c60ad22c4f452 (diff)
downloadhomebrew-e397588ea6ddda26e4e5797acc0bcebf2da818f4.tar.bz2
qt: don't remove q3porting.xml with Qt3Support.
Closes #20024.
Diffstat (limited to 'Library/Formula/qt.rb')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 8d0dd3b9e..13cbacd12 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -116,7 +116,7 @@ class Qt < Formula
(bin+'pixeltool.app').rmtree
(bin+'qhelpconverter.app').rmtree
# remove porting file for non-humans
- (prefix+'q3porting.xml').unlink
+ (prefix+'q3porting.xml').unlink if build.without? 'qt3support'
# Some config scripts will only find Qt in a "Frameworks" folder
cd prefix do