diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b2708d7..fb95152e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,5 @@ install(DIRECTORY components/ DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/p add_subdirectory(bin) add_subdirectory(applets) add_subdirectory(containments) -add_subdirectory(sounds) -#add_subdirectory(touchscreentest) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt deleted file mode 100644 index 1d56d477..00000000 --- a/sounds/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -install(DIRECTORY sitter DESTINATION ${SOUND_INSTALL_DIR}) diff --git a/sounds/sitter/ohits.ogg b/sounds/sitter/ohits.ogg deleted file mode 100644 index 1fcf5348..00000000 Binary files a/sounds/sitter/ohits.ogg and /dev/null differ