diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | INSTALL | 2 |
2 files changed, 2 insertions, 2 deletions
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) @@ -7,7 +7,7 @@ To build, rekonq needs at least: - Qt 4.8.x: - QtWebkit 2.2.x -- kdelibs 4.9.x +- kdelibs 4.8.4 This software should be prepackaged for all major Linux distributions. Please see http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source |