generic: install graphic interface headers for solid

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-11-02 15:57:04 +02:00
parent ae73a3d2d5
commit 230c04c3d6
3 changed files with 3 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
#include "../../solid/graphic.h"

View file

@ -269,6 +269,7 @@ install(
serialinterface.h
smartcardreader.h
networkshare.h
graphic.h
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}/solid
COMPONENT Devel
)