b0c9b960d3
-cleanup the toplevel CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir Alex svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=539914 |
||
---|---|---|
tests | ||
applet.cpp | ||
applet.h | ||
appletChain.cpp | ||
appletChain.h | ||
appletCompositor.cpp | ||
appletCompositor.h | ||
appletLayout.cpp | ||
appletLayout.h | ||
CMakeLists.txt | ||
dataengine.h | ||
datavisualization.h | ||
interface.h | ||
Makefile.am | ||
Messages.sh | ||
plasma.cpp | ||
plasma.h | ||
README |
libplasma This directory contains the classes making up libplasma, which provides the core framework used by Plasma and its components. This includes applet and extension definitions and loading, common GUI elements, etc. Domain specific sets of functionality, e.g. for network awareness or sensors, are not found here but in one of the Plasma Engines. Please refer to the Plasma website (http://plasma.kde.org) for API documentation and design documents regrading this lbirary.