Skip to content

Commit c9db202

Browse files
committed
do not link to unused kf::i18n
1 parent 57a5ea0 commit c9db202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/configlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ target_include_directories(configlib INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ${CMA
1919
target_link_libraries(configlib
2020
Qt${QT_MAJOR_VERSION}::Core Qt${QT_MAJOR_VERSION}::Gui Fcitx5Qt${QT_MAJOR_VERSION}::DBusAddons
2121
Fcitx5::Core Fcitx5::Utils
22-
Fcitx5Qt${QT_MAJOR_VERSION}::WidgetsAddons KF${QT_MAJOR_VERSION}::I18n PkgConfig::XkbFile
22+
Fcitx5Qt${QT_MAJOR_VERSION}::WidgetsAddons PkgConfig::XkbFile
2323
)
2424

0 commit comments

Comments
 (0)