diff options
author | Jekyll Wu <adaptee@gmail.com> | 2012-09-02 22:31:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-09-02 22:31:40 +0200 |
commit | 8fa4fbd26a3ee900c72737a2793f38f0ea361231 (patch) | |
tree | 2c3279a80126eb679b1d3255fa7ebf12343c763c /CMakeLists.txt | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-8fa4fbd26a3ee900c72737a2793f38f0ea361231.tar.xz |
Bump build requirements to kdelibs 4.8.3
BUG: 306077
REVIEW: 106287
REVIEWED-BY: adjam
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75954e94..59ff349a 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.7.0 REQUIRED) +FIND_PACKAGE(KDE4 4.8.3 REQUIRED) INCLUDE(MacroOptionalFindPackage) |