mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 14:27:56 +00:00
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:
parent
39d8f09c38
commit
e4c8862cc5
@ -22,17 +22,17 @@ RC_FILE = qbittorrent_mingw.rc
|
|||||||
|
|
||||||
# Adapt the lib names/versions accordingly
|
# Adapt the lib names/versions accordingly
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
LIBS += libtorrent \
|
LIBS += libtorrent-rasterbar \
|
||||||
libboost_system-mgw45-mt-d-1_47 \
|
libboost_system-mt \
|
||||||
libboost_filesystem-mgw45-mt-d-1_47 \
|
libboost_filesystem-mt \
|
||||||
libboost_thread-mgw45-mt-d-1_47
|
libboost_thread_win32-mt
|
||||||
} else {
|
} else {
|
||||||
LIBS += libtorrent \
|
LIBS += libtorrent-rasterbar \
|
||||||
libboost_system-mgw45-mt-1_47 \
|
libboost_system-mt \
|
||||||
libboost_filesystem-mgw45-mt-1_47 \
|
libboost_filesystem-mt \
|
||||||
libboost_thread-mgw45-mt-1_47
|
libboost_thread_win32-mt
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS += libadvapi32 libshell32 libuser32
|
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
|
LIBS += libpowrprof
|
||||||
|
Loading…
Reference in New Issue
Block a user