Skip to content

Commit 1cc626b

Browse files
authored
Update CMakeLists.txt
1 parent 823a9e2 commit 1cc626b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
project(maliit-framework VERSION 2.0.0)
3+
project(maliit-framework VERSION 2.1.0)
44

55
# Build options
66

@@ -13,7 +13,7 @@ option(enable-glib "Build GLib support" ON)
1313
option(enable-xcb "Compile with xcb support" ON)
1414
option(enable-wayland "Compile with support for wayland" ON)
1515
option(enable-wayland-gtk "Compile with support for wayland gtk+" OFF)
16-
option(enable-qt5-inputcontext "Compile with Qt5 input context" ON)
16+
option(enable-qt5-inputcontext "Compile with Qt 5 input context" ON)
1717

1818
option(enable-hwkeyboard "Enable support for the hardware keyboard" ON)
1919
option(enable-dbus-activation "Enable dbus activation support for maliit-server" OFF)
@@ -33,7 +33,7 @@ endif()
3333

3434
if(NOT DEFINED GTK3_PLUGINS_INSTALL_DIR)
3535
set(GTK3_PLUGINS_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/gtk-3.0/3.0.0" CACHE PATH
36-
"Installation directory for Gtk+ 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]")
36+
"Installation directory for Gtk 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]")
3737
endif()
3838

3939
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)