mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: install graphic interface headers for solid
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ae73a3d2d5
commit
230c04c3d6
3 changed files with 3 additions and 0 deletions
|
@ -618,6 +618,7 @@ install(
|
|||
Solid/StorageAccess
|
||||
Solid/StorageDrive
|
||||
Solid/StorageVolume
|
||||
Solid/Graphic
|
||||
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}/KDE/Solid
|
||||
COMPONENT Devel
|
||||
)
|
||||
|
|
1
includes/Solid/Graphic
Normal file
1
includes/Solid/Graphic
Normal file
|
@ -0,0 +1 @@
|
|||
#include "../../solid/graphic.h"
|
|
@ -269,6 +269,7 @@ install(
|
|||
serialinterface.h
|
||||
smartcardreader.h
|
||||
networkshare.h
|
||||
graphic.h
|
||||
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}/solid
|
||||
COMPONENT Devel
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue