diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 00:43:16 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 00:43:16 +0200 | 
| commit | 17e04b33c1216b8430cfeb7331fd5f94047783cf (patch) | |
| tree | 1c199ba643a01196b2d138abff48087f73748125 | |
| parent | Removed unuseful OpenLinkInNewTab slot (diff) | |
| download | rekonq-17e04b33c1216b8430cfeb7331fd5f94047783cf.tar.xz | |
rekonq 0.1.9 : Going back to future
rekonq goes back to pure QtWebKit. KDE Integration will come through
KIO::Accessmanager and KParts::BrowserRun
| -rw-r--r-- | CMakeLists.txt | 16 | ||||
| -rw-r--r-- | src/main.cpp | 2 | 
2 files changed, 2 insertions, 16 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b8162f9..1cf43830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT( rekonq )  # rekonq info  SET(REKONQ_MAJOR_VERSION "0")  SET(REKONQ_MINOR_VERSION "1") -SET(REKONQ_PATCH_VERSION "8") +SET(REKONQ_PATCH_VERSION "9")  SET(REKONQ_VERSION_STR      "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" @@ -30,8 +30,6 @@ FIND_PACKAGE(Qt4 REQUIRED)  SET(KDE_MIN_VERSION 4.2.0)  FIND_PACKAGE(KDE4 REQUIRED) -# FIND_PACKAGE(KdeWebKit REQUIRED) -  INCLUDE(MacroOptionalFindPackage)  INCLUDE(FindPackageHandleStandardArgs)  INCLUDE(KDE4Defaults) @@ -110,18 +108,6 @@ ELSE(KDE4_FOUND)      MESSAGE(STATUS "")  ENDIF(KDE4_FOUND) -MESSAGE(STATUS "") # ---------------------------------------------------------- - -# # ---------------- KdeWebkit -# IF(KDEWEBKIT_FOUND) -#     MESSAGE(STATUS " KDE Webkit library found.............. YES") -# ELSE(KDEWEBKIT_FOUND) -#     MESSAGE(STATUS " KDE Webkit library found.............. NO") -#     MESSAGE(STATUS "") -#     MESSAGE(SEND_ERROR " rekonq needs, from version 0.2, KDEWEBKIT to be compiled. Please install it and try compiling again.") -#     MESSAGE(STATUS " You can actually retrieve it from playground/libs/webkitkde/kdewebkit KDE svn") -#     MESSAGE(STATUS "") -# # ENDIF(KDEWEBKIT_FOUND)  # --------------- KNetworkAccessManager  if(KDE_OLD_VERSION) diff --git a/src/main.cpp b/src/main.cpp index 2310514f..0bd0171e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ static const char description[] =      I18N_NOOP("WebKit based Web Browser for KDE"); -static const char version[] = "0.1.8"; +static const char version[] = "0.1.9";  int main(int argc, char **argv)  | 
