diff --git a/CMakeLists.txt b/CMakeLists.txt index 9746fe6e3..677bf3809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,6 +205,7 @@ install(FILES includes/SearchContext includes/SearchMatch includes/Svg + includes/SvgPanel includes/UiLoader includes/PackageMetadata includes/View diff --git a/includes/SvgPanel b/includes/SvgPanel new file mode 100644 index 000000000..26eadfc3d --- /dev/null +++ b/includes/SvgPanel @@ -0,0 +1 @@ +#include "../../plasma/svgpanel.h"