aboutsummaryrefslogtreecommitdiff
path: root/samples/README
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-07 16:35:35 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-07 16:35:35 +0000
commit5a927c38ec1d47da5cabadd887e53eed9aff332c (patch)
tree400e0b58de1911bf0291f8f0d559108e9b8f928f /samples/README
parentba732a732a6036c9c11c6635f574c199c6dfbab7 (diff)
downloadextra-cmake-modules-5a927c38ec1d47da5cabadd887e53eed9aff332c.tar.gz
extra-cmake-modules-5a927c38ec1d47da5cabadd887e53eed9aff332c.tar.bz2
-am2cmake: added support for installing kcfg files
-KDE3Macros.cmake: improved ADD_FILE_DEPEDENCY macro -added sample CMakeLists.txt for kpager, kcalc, kio_man, and view1394 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495285
Diffstat (limited to 'samples/README')
-rw-r--r--samples/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/README b/samples/README
new file mode 100644
index 00000000..b5419c3f
--- /dev/null
+++ b/samples/README
@@ -0,0 +1,7 @@
+You can copy the CMakeLists.txt files you find here to the equivalent
+directories in kdebase (KDE 3.4.x and KDE 3.5.x should work) and then
+run cmake there. This should create Makefiles or KDevelop project files
+which you can use to compile these apps.
+
+Alexander Neundorf, 2006
+neundorf@kde.org