diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-12-21 22:09:09 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-12-21 22:09:09 +0100 |
commit | 8b79bfd877138495f4ef784d695629f0d0aaf977 (patch) | |
tree | 8bbdd8bdae4e4c5282a2f8f4f620b71e3f4d84c4 /CMakeLists.txt | |
parent | Icon at the right of the urlbar that allows to add an opensearch engine (diff) | |
download | rekonq-8b79bfd877138495f4ef784d695629f0d0aaf977.tar.xz |
Switching from sourceforge to kde site.. probably fixing also some dbus handling.
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 b146a1e2..2d6129a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ SET(REKONQ_VERSION "0.6.55" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) -SET(REKONQ_SITE "http://rekonq.sourceforge.net") +SET(REKONQ_SITE "http://rekonq.kde.org") # ================================================================================== # minimum cmake required |