diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-11 16:52:24 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-12 09:43:44 +0100 |
| commit | 2d60f003f98d66e222b92e5cf3f712bb483248b7 (patch) | |
| tree | 641c14562452bc1d9f8f9dab41cfdb5071643e5f /kregexpeditor/KMultiFormListBox | |
| parent | 44523625f9a67a3dd6cb4cb21ee8745f68809e2d (diff) | |
| download | tdeutils-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/KMultiFormListBox')
| -rw-r--r-- | kregexpeditor/KMultiFormListBox/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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} +) |
