From: Laurent Montel Date: Wed, 28 Mar 2007 08:19:43 +0000 (+0000) Subject: As we require now qt4.3 this check is not necessary X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8f20ab6a298c03bdcde904acc0c648f268a37e4b As we require now qt4.3 this check is not necessary svn path=/trunk/KDE/kdebase/apps/; revision=647420 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 00e5c8ea3..0650adfac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,3 @@ 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)