X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/a424f8fe5cfeaaa485a17dba66c6f3316cef5072..13706a2952a7e8b9af6a9cf33d43200c3d360c41:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 00e5c8ea3..4b43d67e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,2 @@ -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)