Fix build with kio

This commit is contained in:
Tobias Fella
2025-08-11 22:01:33 +02:00
committed by Tobias Fella
parent aadd9b0189
commit 63a3c3e58a
2 changed files with 4 additions and 4 deletions

View File

@@ -341,10 +341,6 @@ if(TARGET KF6::DBusAddons AND NOT WIN32)
target_compile_definitions(neochat PUBLIC -DHAVE_KDBUSADDONS)
endif()
if (TARGET KF6::KIOWidgets)
target_compile_definitions(neochat PUBLIC -DHAVE_KIO)
endif()
if (TARGET KUnifiedPush)
target_compile_definitions(neochat PUBLIC -DHAVE_KUNIFIEDPUSH)
target_link_libraries(neochat PUBLIC KUnifiedPush)