diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:56:40 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:56:40 +0100 |
commit | c0ff12b2fbfcba0f43c9cf501ff94bccaf9c7f89 (patch) | |
tree | 0627ff26b4899e5c0757bfea8fbd1248f63ef691 /CMakeLists.txt | |
parent | Ignoring .ctagsdb (diff) | |
parent | Fixed FindBar crash && refactored to look like kate searchbar (diff) | |
download | rekonq-c0ff12b2fbfcba0f43c9cf501ff94bccaf9c7f89.tar.xz |
Merge branch 'xmlgui'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 532f39b4..51354090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,9 +42,9 @@ MESSAGE(STATUS "") # Require shared libraries results. IF(QT_FOUND) - MESSAGE(STATUS " qt library found............... YES") + MESSAGE(STATUS " Qt library found............... YES") ELSE(QT_FOUND) - MESSAGE(STATUS " qt library found............... NO") + MESSAGE(STATUS " Qt library found............... NO") MESSAGE(STATUS "") MESSAGE(SEND_ERROR " rekonq needs at least Qt 4.4.0. Please install it and try compiling again.") MESSAGE(STATUS " Qt website is at http://www.trolltech.com") @@ -86,4 +86,4 @@ IF(REKONQ_CAN_BE_COMPILED) ENDIF(REKONQ_CAN_BE_COMPILED) -# =====================================================================================================
\ No newline at end of file +# ===================================================================================================== |