Skip to content

Commit

Permalink
Updated src/CMakeLists.txt. Added imm32 library
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitozz committed Sep 3, 2017
1 parent 69ed333 commit 0a035c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -402,6 +402,11 @@ if(WIN32 AND MSVC)
gdi32
advapi32
)
if(USE_WEBENGINE)
list(APPEND EXTRA_LIBS
imm32
)
endif()
add_definitions(
-DQT_STATICPLUGIN
)
Expand Down

0 comments on commit 0a035c7

Please sign in to comment.