Show Libraries's version used in the about window.

(cherry picked from commit 7b007f82caaac98a21101a37a71bbc9464022ca3)
This commit is contained in:
sledgehammer_999 2011-08-28 23:24:13 +03:00 committed by Christophe Dumez
commit 0c7643cfb3
4 changed files with 126 additions and 11 deletions

View file

@ -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