]> cloud.milkyroute.net Git - dolphin.git/commitdiff
dolphin is the first apps which requires
authorLaurent Montel <montel@kde.org>
Wed, 28 Mar 2007 08:10:53 +0000 (08:10 +0000)
committerLaurent Montel <montel@kde.org>
Wed, 28 Mar 2007 08:10:53 +0000 (08:10 +0000)
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

CMakeLists.txt

index 0650adfacb6716b7aeba338075bb565bcdcfa98c..00e5c8ea3643996e3dc77470343559c718de7d2d 100644 (file)
@@ -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)