add missing convenience headers (should we have these for the widgets too?)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690088
This commit is contained in:
parent
9303303aa2
commit
be39ca07b1
@ -84,10 +84,14 @@ install(FILES
|
|||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
|
includes/AbstractRunner
|
||||||
includes/Applet
|
includes/Applet
|
||||||
|
includes/ConfigXml
|
||||||
includes/Phase
|
includes/Phase
|
||||||
includes/Plasma
|
includes/Plasma
|
||||||
includes/AbstractRunner
|
includes/Package
|
||||||
|
includes/Packager
|
||||||
|
includes/PackageStructure
|
||||||
includes/Theme
|
includes/Theme
|
||||||
includes/DataEngine
|
includes/DataEngine
|
||||||
includes/DataEngineManager
|
includes/DataEngineManager
|
||||||
|
1
includes/ConfigXml
Normal file
1
includes/ConfigXml
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "../../plasma/configxml.h"
|
1
includes/Package
Normal file
1
includes/Package
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "../../plasma/package.h"
|
1
includes/PackageStructure
Normal file
1
includes/PackageStructure
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "../../plasma/packagestructure.h"
|
1
includes/Packager
Normal file
1
includes/Packager
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "../../plasma/packager.h"
|
Loading…
Reference in New Issue
Block a user