More coherent: install all include name defined by class name
to INSTALL_INCLUDE_DIR/KDE/ svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=664144
This commit is contained in:
parent
7bed85b467
commit
2dfd1290be
@ -53,5 +53,5 @@ install( FILES
|
|||||||
includes/Interface
|
includes/Interface
|
||||||
includes/DataEngine
|
includes/DataEngine
|
||||||
includes/Svg
|
includes/Svg
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/Plasma )
|
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma )
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "../plasma/abstractrunner.h"
|
#include "../../plasma/abstractrunner.h"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#include "../plasma/applet.h"
|
#include "../../plasma/applet.h"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "../plasma/dataengine.h"
|
#include "../../plasma/dataengine.h"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#include "../plasma/interface.h"
|
#include "../../plasma/interface.h"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "../plasma/plasma.h"
|
#include "../../plasma/plasma.h"
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "../plasma/svg.h"
|
#include "../../plasma/svg.h"
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "../plasma/theme.h"
|
#include "../../plasma/theme.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user