1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

As we require now qt4.3 this check is not necessary

svn path=/trunk/KDE/kdebase/apps/; revision=647420
This commit is contained in:
Laurent Montel 2007-03-28 08:19:43 +00:00
parent a424f8fe5c
commit 8f20ab6a29

View File

@ -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)