aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-05-10 13:30:02 +0100
committerMike McQuaid2013-05-10 13:30:34 +0100
commit523e8a3a7a047cc23a02e7ed8073628d4447edb0 (patch)
tree47c0707019582147cff8fe268bc23cdd6cc1cd73 /Library/Formula/qt.rb
parenta715addfb1df096c9070a3d1b96ef82105feda46 (diff)
downloadhomebrew-523e8a3a7a047cc23a02e7ed8073628d4447edb0.tar.bz2
qt: fix qtdbus build.
Fixes #19713.
Diffstat (limited to 'Library/Formula/qt.rb')
-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'