aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 2b1b5ce2e..94ce3570e 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -38,9 +38,6 @@ class Qt <Formula
if ARGV.include? '--with-qtdbus'
args << "-I#{Formula.factory('d-bus').lib}/dbus-1.0/include"
args << "-I#{Formula.factory('d-bus').include}/dbus-1.0"
- args << "-L#{Formula.factory('d-bus').lib}"
- args << "-ldbus-1"
- args << "-dbus-linked"
end
if ARGV.include? '--with-qt3support'