diff options
author | Kevin Ottens <ervin@kde.org> | 2010-04-29 05:44:07 +0000 |
---|---|---|
committer | Kevin Ottens <ervin@kde.org> | 2010-04-29 05:44:07 +0000 |
commit | 3718fb1241339f3368a468eb389ff4af5e26f48a (patch) | |
tree | 1d04fd27f159580bb6d24e31710290d150964d8c | |
parent | 95a78884e50f5dc5ad6a8e5ebcab110ea818f4d7 (diff) | |
download | extra-cmake-modules-3718fb1241339f3368a468eb389ff4af5e26f48a.tar.gz extra-cmake-modules-3718fb1241339f3368a468eb389ff4af5e26f48a.tar.bz2 |
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
-rw-r--r-- | modules/FindKDE4Internal.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
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 |