mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Merge pull request #942 from Gelmir/fix_fg_win_link
Fix linkers errors with AllowSetForegroundWindow function
This commit is contained in:
commit
4402c7a8ef
@ -30,6 +30,6 @@ CONFIG(debug, debug|release) {
|
||||
libboost_thread-mgw45-mt-1_47
|
||||
}
|
||||
|
||||
LIBS += libadvapi32 libshell32
|
||||
LIBS += libadvapi32 libshell32 libuser32
|
||||
LIBS += libcrypto.dll libssl.dll libwsock32 libws2_32 libz libiconv.dll
|
||||
LIBS += libpowrprof
|
||||
|
@ -27,7 +27,7 @@ CONFIG(debug, debug|release) {
|
||||
libboost_system-vc90-mt-s-1_51.lib
|
||||
}
|
||||
|
||||
LIBS += advapi32.lib shell32.lib crypt32.lib
|
||||
LIBS += advapi32.lib shell32.lib crypt32.lib User32.lib
|
||||
LIBS += libeay32.lib ssleay32.lib
|
||||
LIBS += PowrProf.lib
|
||||
LIBS += zlib.lib
|
||||
|
Loading…
Reference in New Issue
Block a user