Skip to content

Commit

Permalink
Fix Task scheduler (#55)
Browse files Browse the repository at this point in the history
IB-6855

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Jan 11, 2021
1 parent dac859c commit 89df09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ else()
LINK_OPTIONS "/guard:cf"
INTERPROCEDURAL_OPTIMIZATION YES
)
set_property(SOURCE ScheduledUpdateTask.cpp APPEND PROPERTY COMPILE_OPTIONS "/Zc:wchar_t-") # required for task scheduler BSTR type
target_link_libraries( ${PROGNAME} Qt5::Widgets Qt5::Network qtsingleapplication OpenSSL::Crypto
msi Mstask Userenv wintrust Crypt32 taskschd comsupp ws2_32 Setupapi winscard Wtsapi32
)
Expand Down

0 comments on commit 89df09b

Please sign in to comment.