Page 1 of 1
Problem when compile qbittorrent on windows
Posted: Tue Mar 04, 2014 1:19 pm
by Papanikles
For some time I've been trying to compile qBittorrent in windows 7. So I come to you asking for help.
I followed this tutorial:
https://github.com/qbittorrent/qBittorr ... linkage%29
It runs fine until the part of the QT Creater. When I try to build from source just can not. Currently I am with these errors:
Please someone help me.
Thank you.
Re: Problem when compile qbittorrent on windows
Posted: Tue Mar 04, 2014 2:13 pm
by sledgehammer_999
Do you have correct paths in wincof.pri and winconf-msvc.pri?
Post their contents here or on pastebin.
Re: Problem when compile qbittorrent on windows
Posted: Tue Mar 04, 2014 10:23 pm
by Papanikles
Sledgehammer_999 thank you for your reply.
This is my working dir:
winconf.pri:
http://pastebin.com/QSxW7zeY
winconf-msvc.pri:
http://pastebin.com/Y6Gvmw8Q
Re: Problem when compile qbittorrent on windows
Posted: Wed Mar 05, 2014 12:36 am
by sledgehammer_999
In winconf.pri line 13 should point the folder where libtorrent.lib is. Usually a big path under libtorrent-rasterbar-0.16.15/bin
In winconf-msvc.pri you've got wrong the libs. Take a look at my and adjust for yours (it may work as it is):
http://pastebin.com/RsEHdqHA
Re: Problem when compile qbittorrent on windows
Posted: Wed Mar 05, 2014 3:55 am
by Papanikles
Works!!! Thank you very much.
I'll try to help this project whenever you can.
I love qBittorrent. Keep good work.