diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/FindKDEWIN32.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index de3f25d6..e6d044d7 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -42,7 +42,7 @@ if (WIN32)      if (KDEWIN32_LIBRARY AND KDEWIN32_INCLUDE_DIR)        set(KDEWIN32_FOUND TRUE)        # add needed system libs -      set(KDEWIN32_LIBRARIES ${KDEWIN32_LIBRARY} user32 shell32 ws2_32) +      set(KDEWIN32_LIBRARIES ${KDEWIN32_LIBRARY} user32 shell32 ws2_32 netapi32 userenv)        if (MINGW)          #mingw compiler | 
