diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-01-22 18:52:15 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-01-22 18:52:15 +0000 |
commit | c6a5360e376a7d9b1750f5eccb46f85bfe5e041d (patch) | |
tree | 9d08e5f4508463916ec390359300b7a8a877d81d | |
parent | 13644f36012bf967870a4f739a368c7c297d305d (diff) | |
download | extra-cmake-modules-c6a5360e376a7d9b1750f5eccb46f85bfe5e041d.tar.gz extra-cmake-modules-c6a5360e376a7d9b1750f5eccb46f85bfe5e041d.tar.bz2 |
moved kde3 stuff to modules/
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
-rw-r--r-- | kde3/README | 22 | ||||
-rw-r--r-- | modules/CMakeLists.txt (renamed from kde3/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | modules/FindKDE3.cmake (renamed from kde3/FindKDE3.cmake) | 0 | ||||
-rw-r--r-- | modules/KDE3Macros.cmake (renamed from kde4/KDE3Macros.cmake) | 0 | ||||
-rw-r--r-- | modules/kde3init_dummy.cpp.in (renamed from kde3/kde3init_dummy.cpp.in) | 0 | ||||
-rw-r--r-- | modules/kde3uic.cmake (renamed from kde3/kde3uic.cmake) | 0 |
6 files changed, 0 insertions, 22 deletions
diff --git a/kde3/README b/kde3/README deleted file mode 100644 index 868d364e..00000000 --- a/kde3/README +++ /dev/null @@ -1,22 +0,0 @@ -This directory contains the cmake files required to build -KDE 3 software. -It requires at least cmake 2.2.4, you can get it from the cmake web site: -http://www.cmake.org or direcly from cmake cvs. -The files FindKDE3.cmake, KDE3Macros.cmake, kde3uic.cmake and -kde3init_dummy.cpp.in all have to be installed in the system -cmake module directory (typically /usr/local/share/CMake/Modules). -You can either copy them manually to this directory or -let cmake do this for. -For this run "cmake ." in this directory which will create a Makefile from -the CMakeLists.txt in this directory. The generated Makefile will contain -basically one target, the install target. -So run "make install" as root and then you are ready to use cmake for -building KDE 3 applications. - -You can run the (Ruby) script am2cmake to automatically convert -KDE Makefile.am's to CMakeLists.txt for cmake. Starting from the -current directory it will convert all Makefile.am's in the subdirectories -to cmake. - -Alexander Neundorf, 2006 -neundorf@kde.org diff --git a/kde3/CMakeLists.txt b/modules/CMakeLists.txt index a7fa49a9..a7fa49a9 100644 --- a/kde3/CMakeLists.txt +++ b/modules/CMakeLists.txt diff --git a/kde3/FindKDE3.cmake b/modules/FindKDE3.cmake index f5be090d..f5be090d 100644 --- a/kde3/FindKDE3.cmake +++ b/modules/FindKDE3.cmake diff --git a/kde4/KDE3Macros.cmake b/modules/KDE3Macros.cmake index 78b94fce..78b94fce 100644 --- a/kde4/KDE3Macros.cmake +++ b/modules/KDE3Macros.cmake diff --git a/kde3/kde3init_dummy.cpp.in b/modules/kde3init_dummy.cpp.in index f0cd3488..f0cd3488 100644 --- a/kde3/kde3init_dummy.cpp.in +++ b/modules/kde3init_dummy.cpp.in diff --git a/kde3/kde3uic.cmake b/modules/kde3uic.cmake index 64751b2e..64751b2e 100644 --- a/kde3/kde3uic.cmake +++ b/modules/kde3uic.cmake |