(trunk qt) #3925 "qtr.pro cleanup" -- patch from rb07 to handle libevent2 more gracefully via pkg-config

This commit is contained in:
Jordan Lee 2011-01-20 20:20:14 +00:00
parent 475c45abe0
commit b241c9d885
1 changed files with 1 additions and 5 deletions

View File

@ -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}