We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbaff0 commit bc04420Copy full SHA for bc04420
CMakeLists.txt
@@ -36,6 +36,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.h.in"
36
IMMEDIATE @ONLY)
37
include_directories(${CMAKE_CURRENT_BINARY_DIR})
38
add_definitions(-DFCITX_GETTEXT_DOMAIN=\"fcitx5-skk\" -D_GNU_SOURCE)
39
+add_definitions(-DQT_NO_KEYWORDS)
40
fcitx5_add_i18n_definition()
41
42
0 commit comments