winconf-mingw.pri: clean library names

* remove versions from libraries,
  * remove *.dll from libraries
    (actual name of library files can be "libfoo.a")
This commit is contained in:
Boris Nagaev 2016-02-21 13:44:32 +03:00 committed by sledgehammer999
parent 7fd65d5428
commit cb3e7e6bd6

View file

@ -22,17 +22,17 @@ RC_FILE = qbittorrent_mingw.rc
# Adapt the lib names/versions accordingly
CONFIG(debug, debug|release) {
LIBS += libtorrent \
libboost_system-mgw45-mt-d-1_47 \
libboost_filesystem-mgw45-mt-d-1_47 \
libboost_thread-mgw45-mt-d-1_47
LIBS += libtorrent-rasterbar \
libboost_system-mt \
libboost_filesystem-mt \
libboost_thread_win32-mt
} else {
LIBS += libtorrent \
libboost_system-mgw45-mt-1_47 \
libboost_filesystem-mgw45-mt-1_47 \
libboost_thread-mgw45-mt-1_47
LIBS += libtorrent-rasterbar \
libboost_system-mt \
libboost_filesystem-mt \
libboost_thread_win32-mt
}
LIBS += libadvapi32 libshell32 libuser32
LIBS += libcrypto.dll libssl.dll libwsock32 libws2_32 libz libiconv.dll
LIBS += libcrypto libssl libwsock32 libws2_32 libz libiconv
LIBS += libpowrprof