summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-11 16:52:24 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-11-12 09:43:44 +0100
commit2d60f003f98d66e222b92e5cf3f712bb483248b7 (patch)
tree641c14562452bc1d9f8f9dab41cfdb5071643e5f /kregexpeditor
parent44523625f9a67a3dd6cb4cb21ee8745f68809e2d (diff)
downloadtdeutils-2d60f003f98d66e222b92e5cf3f712bb483248b7.tar.gz
tdeutils-2d60f003f98d66e222b92e5cf3f712bb483248b7.zip
Additional changes to support building with cmake.
Thanks to Slavek Banko. (cherry picked from commit d71a3e005ca9c7cc50bf6b314ecea04acab0258c)
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/CMakeLists.txt2
-rw-r--r--kregexpeditor/KMultiFormListBox/CMakeLists.txt10
-rw-r--r--kregexpeditor/KWidgetStreamer/CMakeLists.txt8
3 files changed, 19 insertions, 1 deletions
diff --git a/kregexpeditor/CMakeLists.txt b/kregexpeditor/CMakeLists.txt
index da87046..ee0eca5 100644
--- a/kregexpeditor/CMakeLists.txt
+++ b/kregexpeditor/CMakeLists.txt
@@ -86,7 +86,7 @@ tde_add_library( kregexpeditorcommon SHARED AUTOMOC
##### kregexpeditorgui (kpart) ##################
-tde_add_kpart( kregexpeditorgui AUTOMOC
+tde_add_kpart( libkregexpeditorgui AUTOMOC
SOURCES kregexpeditorfactory.cpp
DESTINATION ${PLUGIN_INSTALL_DIR}
LINK kregexpeditorcommon-shared
diff --git a/kregexpeditor/KMultiFormListBox/CMakeLists.txt b/kregexpeditor/KMultiFormListBox/CMakeLists.txt
index 03ef2c9..31f4b3e 100644
--- a/kregexpeditor/KMultiFormListBox/CMakeLists.txt
+++ b/kregexpeditor/KMultiFormListBox/CMakeLists.txt
@@ -38,3 +38,13 @@ tde_add_library( kmultiformlistbox STATIC_PIC AUTOMOC
widgetwindow.cpp windowlistboxitem.cpp
)
+
+##### other data ################################
+
+install(
+ FILES
+ kmultiformlistbox.h
+ kmultiformlistboxentry.h
+ kmultiformlistboxfactory.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}
+)
diff --git a/kregexpeditor/KWidgetStreamer/CMakeLists.txt b/kregexpeditor/KWidgetStreamer/CMakeLists.txt
index 9f738b9..e5b27b7 100644
--- a/kregexpeditor/KWidgetStreamer/CMakeLists.txt
+++ b/kregexpeditor/KWidgetStreamer/CMakeLists.txt
@@ -33,3 +33,11 @@ tde_add_library( kwidgetstreamer STATIC_PIC AUTOMOC
SOURCES kwidgetstreamer.cpp
)
+
+##### other data ################################
+
+install(
+ FILES
+ kwidgetstreamer.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}
+)