diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-12 19:52:31 +0100 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-12 19:52:31 +0100 |
commit | f53d1718c4ebae3e59ec124a8cce4e4d6eb874c6 (patch) | |
tree | ab6d698891ecf02bcaa741e111563623317da272 /CMakeLists.txt | |
parent | Merge branch 'master' of git://gitorious.org/rekonq/mainline into click-to-fl... (diff) | |
parent | Merge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-f53d1718c4ebae3e59ec124a8cce4e4d6eb874c6.tar.xz |
Merge branch 'master' of git://gitorious.org/rekonq/mainline into click-to-flash-ui
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 89d0b535..a89dc171 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ ELSE(QT_FOUND) MESSAGE(STATUS " Qt library found...................... NO") MESSAGE(STATUS "") MESSAGE(SEND_ERROR " rekonq needs at least Qt ${QT_MIN_VERSION}. Please install it and try compiling again.") - MESSAGE(STATUS " Qt website is at http://www.qtsoftware.com") + MESSAGE(STATUS " Qt website is at http://qt.nokia.com") MESSAGE(STATUS "") ENDIF(QT_FOUND) |