Fix the fix.

If the config file is called KActivitiesConfig, the variable set is KActivities_FOUND

CCMAIL:winter@kde.org
This commit is contained in:
Christophe Giboudeaux 2012-06-10 10:09:30 +02:00
parent 1d24b7a61d
commit ec788f1f47

View File

@ -1,7 +1,7 @@
project(plasmaextracomponents)
find_package(KActivities)
macro_log_feature(KACTIVITIES_FOUND "KActivities" "Library and infrasturcture for using Activities from applications" "git://anongit.kde.org/kactivities" TRUE "" "Provides the ability to access activities from QML.")
find_package(KActivities NO_MODULE)
macro_log_feature(KActivities_FOUND "KActivities" "Library and infrastructure for using Activities from applications" "git://anongit.kde.org/kactivities" TRUE "" "Provides the ability to access activities from QML.")
#include(KDE4Defaults)