┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2007-03-28 08:10:53 +0000
committerLaurent Montel <[email protected]>2007-03-28 08:10:53 +0000
commita424f8fe5cfeaaa485a17dba66c6f3316cef5072 (patch)
treecc99c6da3ee860be3bed4d37ad71b752aa21bbb4
parentb67c098347268f87a911c8a9bf2f9b13a2d13caf (diff)
dolphin is the first apps which requires
qt4.3 but by default we don't requires it for the moment I will not increase check into kdelibs now but it will a good idea to increase it => for the moment disable dolphin if we don't have qt>=4.3 svn path=/trunk/KDE/kdebase/apps/; revision=647416
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0650adfac..00e5c8ea3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,10 @@
project(dolphin)
+macro_ensure_version( "4.3.0" "${QTVERSION}" QT_GOOD_VERSION )
+
+MESSAGE(STATUS "${QTVERSION} :")
+MESSAGE(STATUS "QT_GOOD :<${QT_GOOD_VERSION}>")
+
+if(QT_GOOD_VERSION)
add_subdirectory(src)
+endif(QT_GOOD_VERSION)