If the intention was that this can be built as a separate project, this works now.

Alex

CCMAIL: <aseigo@kde.org>


svn path=/trunk/KDE/kdelibs/; revision=905621
This commit is contained in:
Alexander Neundorf 2009-01-04 18:15:55 +00:00
parent fd093720ef
commit 1daf22596d

View File

@ -1,13 +1,12 @@
project(plasma_testengine_dataengine)
find_package(Plasma REQUIRED)
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include_directories(${CMAKE_SOURCE_DIR}
${CMAKE_BINARY_DIR}
${KDE4_INCLUDES}
${PLASMA_INCLUDE_DIR})
${KDE4_INCLUDES})
set(testengine_engine_SRCS
testengine.cpp)
@ -17,7 +16,7 @@ kde4_add_plugin(plasma_engine_testengine
target_link_libraries(plasma_engine_testengine
${KDE4_KIO_LIBS}
plasma)
${KDE4_PLASMA_LIBS})
install(TARGETS plasma_engine_testengine DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-dataengine-testengine.desktop DESTINATION ${SERVICES_INSTALL_DIR} )