From 5d5a007f26be2acd7aadd30c08b91182bec35673 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 26 Feb 2013 17:49:09 +0100 Subject: Push down kde deps from 4.9.0 to 4.8.4 Also if having a 4.x.0 seems more logical to me, I understand the need to not upgrade the whole stack just for my tiny piece of code :) I choose 4.8.4 as Salvo "LtWorf" Tomaselli tested for us against it. Thanks. BUG: 315629 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b7caa8f..8eb77246 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ FIND_PACKAGE(Qt4 4.8.0 COMPONENTS QtCore QtGui QtNetwork QtWebKit REQUIRED) # MESSAGE(STATUS "Found QtWebKit ${PC_QTWEBKIT_VERSION}") #ENDIF() -FIND_PACKAGE(KDE4 4.9.0 REQUIRED) +FIND_PACKAGE(KDE4 4.8.4 REQUIRED) INCLUDE(MacroOptionalFindPackage) -- cgit v1.2.1