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}