no need for find_package(KDE4 REQUIRED) because the module top-level will

do that for us.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=879287
This commit is contained in:
Allen Winter 2008-11-02 22:04:18 +00:00
parent 25dfab1702
commit 892396143f
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
find_package(KDE4 REQUIRED)
find_package(Nepomuk REQUIRED)
include (KDE4Defaults)
include(NepomukMacros)

View File

@ -1,6 +1,5 @@
project(plasma_testengine_dataengine)
find_package(KDE4 REQUIRED)
find_package(Plasma REQUIRED)
include(KDE4Defaults)