From e4c8862cc559b55b7ff8d1ec3762529f46f10b92 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 21 Feb 2016 13:44:32 +0300 Subject: [PATCH] winconf-mingw.pri: clean library names * remove versions from libraries, * remove *.dll from libraries (actual name of library files can be "libfoo.a") --- winconf-mingw.pri | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/winconf-mingw.pri b/winconf-mingw.pri index 0283d23e6..465e4cc98 100644 --- a/winconf-mingw.pri +++ b/winconf-mingw.pri @@ -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