aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDEWIN32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake
index ec6ac8fa..6ed0492c 100644
--- a/modules/FindKDEWIN32.cmake
+++ b/modules/FindKDEWIN32.cmake
@@ -16,7 +16,7 @@
if (WIN32)
if (NOT KDEWIN32_DIR)
- find_path(KDEWIN32_INCLUDE_DIR winposix_export.h
+ find_path(KDEWIN32_INCLUDE_DIR kdewin_export.h winposix_export.h
${CMAKE_INCLUDE_PATH}
${CMAKE_INSTALL_PREFIX}/include
)