diff options
author | Bernhard Loos <nhuh.put@web.de> | 2007-09-24 17:46:54 +0000 |
---|---|---|
committer | Bernhard Loos <nhuh.put@web.de> | 2007-09-24 17:46:54 +0000 |
commit | faf712102ec52da6d01b2d492edfd5fa60efbba5 (patch) | |
tree | 729bf85229343b6a89ba1b735b577d70181180c1 | |
parent | 2c58ae82bb513a7477feb9c8960b9bf8f76585fd (diff) | |
download | extra-cmake-modules-faf712102ec52da6d01b2d492edfd5fa60efbba5.tar.gz extra-cmake-modules-faf712102ec52da6d01b2d492edfd5fa60efbba5.tar.bz2 |
some more needed libraries for the KUser port
svn path=/trunk/KDE/kdelibs/; revision=716430
-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 |