aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPlasma.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindPlasma.cmake')
-rw-r--r--modules/FindPlasma.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake
index bafa6495..05a646b8 100644
--- a/modules/FindPlasma.cmake
+++ b/modules/FindPlasma.cmake
@@ -16,11 +16,13 @@ endif (PLASMA_INCLUDE_DIR AND PLASMA_LIBS)
find_path(PLASMA_INCLUDE_DIR NAMES plasma/plasma.h
PATHS
+ ${KDE4_INCLUDE_DIR}
${INCLUDE_INSTALL_DIR}
)
find_library(PLASMA_LIBS NAMES plasma
PATHS
+ ${KDE4_LIB_DIR}
${LIB_INSTALL_DIR}
)