mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 12:10:37 +00:00
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
# 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)
|