From 523e8a3a7a047cc23a02e7ed8073628d4447edb0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 10 May 2013 13:30:02 +0100 Subject: qt: fix qtdbus build. Fixes #19713. --- Library/Formula/qt.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3