mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
CMake: Use libraries from winconf.pri
This commit is contained in:
parent
c1e0207454
commit
e3879f9ab9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
include(MacroConfigureMSVCRuntime)
|
||||
set(MSVC_RUNTIME "dynamic")
|
||||
configure_msvc_runtime()
|
||||
|
||||
# libraries from winconf.pri
|
||||
link_libraries(advapi32 crypt32 Iphlpapi ole32 shell32 User32)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue