Skip to content

Commit 41f6b00

Browse files
authored
Make dictionary editable, fix depending cskk verison (#32)
* Fix depending version
1 parent 58cf850 commit 41f6b00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.0)
22
cmake_policy(SET CMP0063 NEW)
3-
project(fcitx5-cskk VERSION 0.5.0)
3+
project(fcitx5-cskk VERSION 0.6.0)
44
set(CMAKE_CXX_FLAGS "-Wall")
55
set(CMAKE_CXX_STANDARD 17)
66

@@ -12,7 +12,9 @@ include(ECMUninstallTarget)
1212

1313
find_package(PkgConfig REQUIRED)
1414
find_package(Fcitx5Core 5.0.6 REQUIRED)
15-
pkg_check_modules(LIBCSKK REQUIRED "cskk>=0.6.0")
15+
pkg_check_modules(LIBCSKK REQUIRED "cskk>=0.7.0")
16+
17+
option(ENABLE_QT "Enable Qt for GUI configuration" On)
1618

1719
option(ENABLE_QT "Enable Qt for GUI configuration" On)
1820

0 commit comments

Comments
 (0)