11ce1795b3
enable-final argument (there was not a dependancy between <name>_final.cpp file and moc generated files => moc files were never created) Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules I ported and tested all kde module (without enable-final argument, it compiles fines (test and program)) Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works) Regards svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=595039 |
||
---|---|---|
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 | ||
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 regarding this library.