diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a29fc2..352ee240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(maliit-keyboard VERSION 2.2.1) +project(maliit-keyboard VERSION 2.2.1.1) option(enable-presage "Use presage to calculate word candidates (maliit-keyboard-plugin only)" ON) option(enable-hunspell "Use hunspell for error correction (maliit-keyboard-plugin only)" ON) @@ -405,8 +405,6 @@ install(DIRECTORY qml/keys qml/languages install(FILES qml/ActionsToolbar.qml qml/FloatingActions.qml qml/Keyboard.qml qml/KeyboardContainer.qml qml/WordRibbon.qml DESTINATION ${MALIIT_KEYBOARD_QML_DIR}) -install(DIRECTORY data/sounds - DESTINATION ${MALIIT_KEYBOARD_DATA_DIR}) install(DIRECTORY data/themes DESTINATION ${MALIIT_KEYBOARD_DATA_DIR}) install(DIRECTORY data/devices