Skip to content

Commit

Permalink
Merge pull request #119 from dobey/fix-install
Browse files Browse the repository at this point in the history
Release 2.2.1.1 to fix install issue
  • Loading branch information
dobey authored Apr 7, 2022
2 parents dea5d66 + 1a83caf commit ae81a17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae81a17

Please sign in to comment.