rendered paste bodyFrom 108b37da57e7c1e7bd4e2a76654d33e23cb201d7 Mon Sep 17 00:00:00 2001From: eli mackenzie <argonel@gmail.com>Date: Tue, 29 Jun 2010 23:52:06 -0400Subject: [PATCH] disable kde deprecation warnings--- CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/CMakeLists.txt b/CMakeLists.txtindex 83c9f1d..0fa953d 100644--- a/CMakeLists.txt+++ b/CMakeLists.txt@@ -13,6 +13,7 @@ include(CheckIncludeFile) include(CMakeDependentOption) add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})+remove_definitions(-DKDE_DEPRECATED_WARNINGS) string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_TOLOWER) if(CMAKE_BUILD_TYPE_TOLOWER MATCHES debugfull)-- 1.7.1