aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index e592c25b3..624599c32 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -71,6 +71,8 @@ class Qt < Formula
if build.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"
end
if build.with? 'qt3support'