You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
690 B
21 lines
690 B
15 years ago
|
--- transmission-1.77/qt/qtr.pro.orig 2010-01-09 08:31:17.171939362 +0530
|
||
|
+++ transmission-1.77/qt/qtr.pro 2010-01-09 08:34:53.792939532 +0530
|
||
|
@@ -7,7 +7,7 @@
|
||
|
target.path = /bin
|
||
|
INSTALLS += target
|
||
|
|
||
|
-CONFIG += qt thread debug link_pkgconfig
|
||
|
+CONFIG += qt thread release link_pkgconfig
|
||
|
QT += network
|
||
|
PKGCONFIG = fontconfig libcurl openssl
|
||
|
|
||
|
@@ -17,7 +17,7 @@
|
||
|
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
|
||
|
LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
|
||
|
LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
|
||
|
-LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
|
||
|
+LIBS += -levent
|
||
|
|
||
|
TRANSLATIONS += transmission_en.ts transmission_ru.ts
|
||
|
|