mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Show Libraries's version used in the about window.
(cherry picked from commit 7b007f82caaac98a21101a37a71bbc9464022ca3)
This commit is contained in:
parent
3282e53e93
commit
0c7643cfb3
4 changed files with 126 additions and 11 deletions
|
@ -7,14 +7,14 @@ RC_FILE = qbittorrent_mingw.rc
|
|||
#Adapt the lib names/versions accordingly
|
||||
CONFIG(debug, debug|release) {
|
||||
LIBS += libtorrent \
|
||||
libboost_system-mgw45-mt-d-1_46_1 \
|
||||
libboost_filesystem-mgw45-mt-d-1_46_1 \
|
||||
libboost_thread-mgw45-mt-d-1_46_1
|
||||
libboost_system-mgw45-mt-d-1_47 \
|
||||
libboost_filesystem-mgw45-mt-d-1_47 \
|
||||
libboost_thread-mgw45-mt-d-1_47
|
||||
} else {
|
||||
LIBS += libtorrent \
|
||||
libboost_system-mgw45-mt-1_46_1 \
|
||||
libboost_filesystem-mgw45-mt-1_46_1 \
|
||||
libboost_thread-mgw45-mt-1_46_1
|
||||
libboost_system-mgw45-mt-1_47 \
|
||||
libboost_filesystem-mgw45-mt-1_47 \
|
||||
libboost_thread-mgw45-mt-1_47
|
||||
}
|
||||
|
||||
LIBS += libadvapi32 libshell32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue