summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-10-15 16:26:13 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-15 16:26:13 +0200
commit1a22301f46db807500b77119ae0132b9a3f876c5 (patch)
treeebf70d60bf7341685d1c4f6eb945e8d36baab9b2 /doc
parent6d9f2a4901eda474254a5d62a8c3701c2067ea58 (diff)
downloadtdeaddons-1a22301f46db807500b77119ae0132b9a3f876c5.tar.gz
tdeaddons-1a22301f46db807500b77119ae0132b9a3f876c5.zip
Initial cmake conversion
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt3
-rw-r--r--doc/kate-plugins/CMakeLists.txt3
-rw-r--r--doc/kicker-applets/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/CMakeLists.txt7
-rw-r--r--doc/konq-plugins/babel/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/crashes/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/dirfilter/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/domtreeviewer/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/fsview/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/imgallery/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/kuick/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/mediaplayer/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/tdehtmlsettings/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/uachanger/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/validators/CMakeLists.txt3
-rw-r--r--doc/konq-plugins/webarchiver/CMakeLists.txt3
-rw-r--r--doc/ksig/CMakeLists.txt3
17 files changed, 55 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..9532d86
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
diff --git a/doc/kate-plugins/CMakeLists.txt b/doc/kate-plugins/CMakeLists.txt
new file mode 100644
index 0000000..f1f34b1
--- /dev/null
+++ b/doc/kate-plugins/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kate-plugins )
+
diff --git a/doc/kicker-applets/CMakeLists.txt b/doc/kicker-applets/CMakeLists.txt
new file mode 100644
index 0000000..3a46779
--- /dev/null
+++ b/doc/kicker-applets/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION kicker-applets )
+
diff --git a/doc/konq-plugins/CMakeLists.txt b/doc/konq-plugins/CMakeLists.txt
new file mode 100644
index 0000000..c4d5e59
--- /dev/null
+++ b/doc/konq-plugins/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
+
+##### documentation #############################
+tde_create_handbook( DESTINATION konq-plugins )
+
diff --git a/doc/konq-plugins/babel/CMakeLists.txt b/doc/konq-plugins/babel/CMakeLists.txt
new file mode 100644
index 0000000..a82f825
--- /dev/null
+++ b/doc/konq-plugins/babel/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/babel )
+
diff --git a/doc/konq-plugins/crashes/CMakeLists.txt b/doc/konq-plugins/crashes/CMakeLists.txt
new file mode 100644
index 0000000..fdfbbdc
--- /dev/null
+++ b/doc/konq-plugins/crashes/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/crashes )
+
diff --git a/doc/konq-plugins/dirfilter/CMakeLists.txt b/doc/konq-plugins/dirfilter/CMakeLists.txt
new file mode 100644
index 0000000..bac89e5
--- /dev/null
+++ b/doc/konq-plugins/dirfilter/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/dirfilter )
+
diff --git a/doc/konq-plugins/domtreeviewer/CMakeLists.txt b/doc/konq-plugins/domtreeviewer/CMakeLists.txt
new file mode 100644
index 0000000..7aa2c53
--- /dev/null
+++ b/doc/konq-plugins/domtreeviewer/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/domtreeviewer )
+
diff --git a/doc/konq-plugins/fsview/CMakeLists.txt b/doc/konq-plugins/fsview/CMakeLists.txt
new file mode 100644
index 0000000..67f0459
--- /dev/null
+++ b/doc/konq-plugins/fsview/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/fsview )
+
diff --git a/doc/konq-plugins/imgallery/CMakeLists.txt b/doc/konq-plugins/imgallery/CMakeLists.txt
new file mode 100644
index 0000000..a786818
--- /dev/null
+++ b/doc/konq-plugins/imgallery/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/imgallery )
+
diff --git a/doc/konq-plugins/kuick/CMakeLists.txt b/doc/konq-plugins/kuick/CMakeLists.txt
new file mode 100644
index 0000000..8bf71a5
--- /dev/null
+++ b/doc/konq-plugins/kuick/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/kuick )
+
diff --git a/doc/konq-plugins/mediaplayer/CMakeLists.txt b/doc/konq-plugins/mediaplayer/CMakeLists.txt
new file mode 100644
index 0000000..8d03347
--- /dev/null
+++ b/doc/konq-plugins/mediaplayer/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/mediaplayer )
+
diff --git a/doc/konq-plugins/tdehtmlsettings/CMakeLists.txt b/doc/konq-plugins/tdehtmlsettings/CMakeLists.txt
new file mode 100644
index 0000000..5c70e5e
--- /dev/null
+++ b/doc/konq-plugins/tdehtmlsettings/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/tdehtmlsettings )
+
diff --git a/doc/konq-plugins/uachanger/CMakeLists.txt b/doc/konq-plugins/uachanger/CMakeLists.txt
new file mode 100644
index 0000000..fd67cf2
--- /dev/null
+++ b/doc/konq-plugins/uachanger/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/uachanger )
+
diff --git a/doc/konq-plugins/validators/CMakeLists.txt b/doc/konq-plugins/validators/CMakeLists.txt
new file mode 100644
index 0000000..00adfd4
--- /dev/null
+++ b/doc/konq-plugins/validators/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/validators )
+
diff --git a/doc/konq-plugins/webarchiver/CMakeLists.txt b/doc/konq-plugins/webarchiver/CMakeLists.txt
new file mode 100644
index 0000000..a38abe6
--- /dev/null
+++ b/doc/konq-plugins/webarchiver/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION konq-plugins/webarchiver )
+
diff --git a/doc/ksig/CMakeLists.txt b/doc/ksig/CMakeLists.txt
new file mode 100644
index 0000000..265131a
--- /dev/null
+++ b/doc/ksig/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+tde_create_handbook( DESTINATION ksig )
+