1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00
dolphin/CMakeLists.txt
Laurent Montel a424f8fe5c 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
2007-03-28 08:10:53 +00:00

11 lines
229 B
CMake

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)