File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,14 @@ add_definitions(
3939# Needed to find the moc file.
4040include_directories (${CMAKE_CURRENT_BINARY_DIR} )
4141
42- find_package (Qt6Sql REQUIRED)
4342find_package (KF6 ${KF_DEP_VERSION} REQUIRED COMPONENTS I18n TextEditor CoreAddons)
4443
4544set (ktexteditor_wakatime_SRCS wakatimeplugin.cpp)
4645ki18n_wrap_ui(ktexteditor_wakatime_SRCS configdialog.ui)
4746qt6_add_resources(ktexteditor_wakatime_SRCS plugin.qrc)
4847kcoreaddons_add_plugin(ktexteditor_wakatime INSTALL_NAMESPACE "kf6/ktexteditor" SOURCES
4948 ${ktexteditor_wakatime_SRCS} )
50- target_link_libraries (ktexteditor_wakatime KF6::I18n KF6::TextEditor KF6::CoreAddons Qt6::Sql )
49+ target_link_libraries (ktexteditor_wakatime KF6::I18n KF6::TextEditor KF6::CoreAddons)
5150
5251set (WAKATIME_ICONS
5352 ${CMAKE_CURRENT_SOURCE_DIR} /icons/512-apps-wakatime.png
You can’t perform that action at this time.
0 commit comments