From c6c58b6b529579ae1013540a80477a45b3e20fdd Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 11 Mar 2019 18:55:38 +0100 Subject: [PATCH] [kio] Don't link agains QtGui --- kio/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index b381eaec1..b16ccdd96 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -10,7 +10,6 @@ add_library(kio_kdeconnect MODULE ${kio_kdeconnect_PART_SRCS}) target_link_libraries(kio_kdeconnect kdeconnectinterfaces Qt5::Core - Qt5::Gui Qt5::Network KF5::KIOCore KF5::I18n