From b241c9d88519530fbed4ff69bea77dd9536d887d Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Thu, 20 Jan 2011 20:20:14 +0000 Subject: [PATCH] (trunk qt) #3925 "qtr.pro cleanup" -- patch from rb07 to handle libevent2 more gracefully via pkg-config --- qt/qtr.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/qt/qtr.pro b/qt/qtr.pro index e71841722..4830f51f9 100644 --- a/qt/qtr.pro +++ b/qt/qtr.pro @@ -13,11 +13,7 @@ man.files = transmission-qt.1 CONFIG += qt qdbus thread debug link_pkgconfig QT += network -PKGCONFIG = fontconfig libcurl openssl dbus-1 - -# if you have libevent2 installed in a custom path, specify it here -EVENT_TOP = /home/charles/opt/libevent -INCLUDEPATH = $${EVENT_TOP}/include $${INCLUDEPATH} +PKGCONFIG = fontconfig libcurl openssl libevent TRANSMISSION_TOP = .. INCLUDEPATH += $${TRANSMISSION_TOP}