mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Fix linkers errors with AllowSetForegroundWindow function
This commit is contained in:
parent
4ac19e2b27
commit
36ae095c69
2 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,6 @@ CONFIG(debug, debug|release) {
|
||||||
libboost_thread-mgw45-mt-1_47
|
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 += libcrypto.dll libssl.dll libwsock32 libws2_32 libz libiconv.dll
|
||||||
LIBS += libpowrprof
|
LIBS += libpowrprof
|
||||||
|
|
|
@ -27,7 +27,7 @@ CONFIG(debug, debug|release) {
|
||||||
libboost_system-vc90-mt-s-1_51.lib
|
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 += libeay32.lib ssleay32.lib
|
||||||
LIBS += PowrProf.lib
|
LIBS += PowrProf.lib
|
||||||
LIBS += zlib.lib
|
LIBS += zlib.lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue