From 3718fb1241339f3368a468eb389ff4af5e26f48a Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Thu, 29 Apr 2010 05:44:07 +0000 Subject: Add support for profiles in our platform. The cmake variables are accessible to other projects built on top of kdelibs. svn path=/trunk/KDE/kdelibs/; revision=1120432 --- modules/FindKDE4Internal.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 6a5c5b12..69b0e9f0 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -499,8 +499,9 @@ else (_kdeBootStrapping) get_filename_component(QT_INSTALL_DIR ${_DIR} PATH ) endif (WIN32) - # This file contains information about the installed kdelibs, Alex + # These files contain information about the installed kdelibs, Alex include(${kde_cmake_module_dir}/KDELibsDependencies.cmake) + include(${kde_cmake_module_dir}/KDEPlatformProfile.cmake) # Check the version of KDE. It must be at least KDE_MIN_VERSION as set by the user. # KDE_VERSION is set in KDELibsDependencies.cmake since KDE 4.0.x. Alex -- cgit v1.2.1