mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
9 lines
324 B
Text
9 lines
324 B
Text
|
# Adapt these paths on Windows
|
||
|
INCLUDEPATH += $$quote($$PWD/boost_1_42_0)
|
||
|
INCLUDEPATH += $$quote($$PWD/libtorrent-rasterbar-0.14.10/include)
|
||
|
INCLUDEPATH += $$quote($$PWD/libtorrent-rasterbar-0.14.10/zlib)
|
||
|
INCLUDEPATH += $$quote(C:/OpenSSL/include)
|
||
|
|
||
|
LIBS += $$quote(-LC:/OpenSSL/lib/VC)
|
||
|
LIBS += $$quote(-L$$PWD/libs)
|