diff --git a/CMakeLists.txt b/CMakeLists.txt index 25672ed78..e840b4ca2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,6 @@ install(FILES includes/DataContainer includes/DataEngine includes/DataEngineManager - includes/ScriptEngine includes/SearchContext includes/SearchMatch includes/Svg @@ -217,6 +216,10 @@ install(FILES DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND) +install(FILES + includes/ScriptEngine + DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma/Scripting) + install(FILES servicetypes/plasma-animator.desktop