stop unneeded static linking, have to dynamic link to qt anyway

This commit is contained in:
Akash Mozumdar 2018-07-28 22:37:54 -07:00
parent 7808fd508c
commit dbe7bed0d0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set_target_properties(vnrhost PROPERTIES LINK_FLAGS /SUBSYSTEM:WINDOWS)
target_compile_options(vnrhost PRIVATE target_compile_options(vnrhost PRIVATE
# /GR- # /GR-
$<$<CONFIG:Release>:/MT> $<$<CONFIG:Release>:>
$<$<CONFIG:Debug>:> $<$<CONFIG:Debug>:>
) )

View File

@ -53,7 +53,7 @@ set_target_properties(vnrhook PROPERTIES
target_compile_options(vnrhook PRIVATE target_compile_options(vnrhook PRIVATE
/EHa /EHa
$<$<CONFIG:Release>:/MT> $<$<CONFIG:Release>:>
$<$<CONFIG:Debug>:> $<$<CONFIG:Debug>:>
) )