From 13d1b67f99334a318bfdf1a86020af0466158dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 5 Dec 2013 10:07:23 +0100 Subject: [PATCH] [libkdecorations] Do not link to Qt5::X11Extras No longer needed as the library doesn't include kwinglobals.h any more. --- libkdecorations/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libkdecorations/CMakeLists.txt b/libkdecorations/CMakeLists.txt index 61ea2d0f71..b12674703a 100644 --- a/libkdecorations/CMakeLists.txt +++ b/libkdecorations/CMakeLists.txt @@ -11,7 +11,6 @@ add_library(kdecorations SHARED ${kdecorations_LIB_SRCS}) generate_export_header(kdecorations EXPORT_FILE_NAME kdecorations_export.h) target_link_libraries(kdecorations Qt5::Widgets - Qt5::X11Extras KF5::KConfigCore KF5::KI18n KF5::KService # KLibrary