diff --git a/CMakeLists.txt b/CMakeLists.txt index 569dca2cf..1f3dc74ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,6 @@ install(FILES includes/Phase includes/Plasma includes/Package - includes/Packager includes/PackageStructure includes/Theme includes/DataContainer @@ -150,6 +149,7 @@ install(FILES includes/Svg includes/UiLoader includes/PackageMetadata + includes/Containment DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) diff --git a/includes/Containment b/includes/Containment new file mode 100644 index 000000000..bf431ebda --- /dev/null +++ b/includes/Containment @@ -0,0 +1,2 @@ +#include "../../plasma/containment.h" + diff --git a/includes/Packager b/includes/Packager deleted file mode 100644 index 4f0d913ed..000000000 --- a/includes/Packager +++ /dev/null @@ -1 +0,0 @@ -#include "../../plasma/packager.h"