From 9355d605a064dfc1c211a87198df8dcda508876b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 23 Jun 2016 08:33:38 +0200 Subject: [PATCH] Drop specifying the default debug areas Summary: Relict from KDebug times. Test Plan: Compiles Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D1981 --- CMakeLists.txt | 2 -- plugins/kdecorations/CMakeLists.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3788dbc174..2f855e755c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -336,8 +336,6 @@ add_subdirectory( scripts ) add_subdirectory( tabbox ) add_subdirectory(scripting) -add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1212) - ########### next target ############### set(kwin_KDEINIT_SRCS diff --git a/plugins/kdecorations/CMakeLists.txt b/plugins/kdecorations/CMakeLists.txt index a7b08dcb75..ccfb099e52 100644 --- a/plugins/kdecorations/CMakeLists.txt +++ b/plugins/kdecorations/CMakeLists.txt @@ -1,2 +1 @@ -add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1216) add_subdirectory( aurorae )