From 8f1b33e561944f26465d8fe88b95391b43ba92d8 Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Fri, 19 Nov 2010 20:08:40 +0000 Subject: Search for a different file since nepomuk/global.h is a deprecated header file, and thus not installed when deprecated code is disabled (like in the mobile platform). svn path=/trunk/KDE/kdelibs/; revision=1198801 --- modules/FindNepomuk.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindNepomuk.cmake b/modules/FindNepomuk.cmake index b789aec6..dccc790c 100644 --- a/modules/FindNepomuk.cmake +++ b/modules/FindNepomuk.cmake @@ -33,7 +33,7 @@ endif (NOT DEFINED SHAREDDESKTOPONTOLOGIES_FOUND) # or not. This will give a better error message at the end. find_path(NEPOMUK_INCLUDE_DIR NAMES - nepomuk/global.h + nepomuk/resource.h HINTS ${KDE4_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} -- cgit v1.2.1