diff options
| author | Laurent Montel <[email protected]> | 2007-03-28 08:19:43 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-03-28 08:19:43 +0000 |
| commit | 8f20ab6a298c03bdcde904acc0c648f268a37e4b (patch) | |
| tree | b516ac8bd093c34d5468cf97c9d91b1c3e9f5c32 | |
| parent | a424f8fe5cfeaaa485a17dba66c6f3316cef5072 (diff) | |
As we require now qt4.3 this check is not necessary
svn path=/trunk/KDE/kdebase/apps/; revision=647420
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
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) |
