diff options
author | Urs Wolfer <uwolfer@kde.org> | 2006-07-06 12:08:04 +0000 |
---|---|---|
committer | Urs Wolfer <uwolfer@kde.org> | 2006-07-06 12:08:04 +0000 |
commit | 36b0012e90b8e1e4f974e368177557065750c147 (patch) | |
tree | 1a2e60d5e725fd395db665a7446efab571df5636 | |
parent | ed05031001cff71b2358d3c9189fc8b685122d56 (diff) | |
download | extra-cmake-modules-36b0012e90b8e1e4f974e368177557065750c147.tar.gz extra-cmake-modules-36b0012e90b8e1e4f974e368177557065750c147.tar.bz2 |
outdated and not needed anymore
svn path=/trunk/KDE/kdelibs/; revision=558986
-rw-r--r-- | README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README deleted file mode 100644 index 5374db96..00000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -If you are looking for an alternative to autotools to build -KDE applications, you are right here. -This directory contains files for creating KDE applications using cmake. -cmake is an open source build system: http://www.cmake.org -In the directory kde3/ you can find the files needed to build -applications, libraries, ioslaves, KParts, KDEInit Loadable Modules etc. -for KDE 3. -For more information read kde3/README , visit the cmake homepage or join -the cmake mailing list: http://www.cmake.org/mailman/listinfo/cmake - -Alexander Neundorf, 2006 -neundorf@kde.org - |