summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/kafka')
-rw-r--r--quanta/parts/kafka/CMakeLists.txt44
-rw-r--r--quanta/parts/kafka/pics/CMakeLists.txt14
2 files changed, 58 insertions, 0 deletions
diff --git a/quanta/parts/kafka/CMakeLists.txt b/quanta/parts/kafka/CMakeLists.txt
new file mode 100644
index 00000000..19519b44
--- /dev/null
+++ b/quanta/parts/kafka/CMakeLists.txt
@@ -0,0 +1,44 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+# FIXME KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+
+add_subdirectory( pics )
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/lib
+ ${CMAKE_SOURCE_DIR}/quanta/src
+ ${CMAKE_SOURCE_DIR}/quanta/project
+ ${CMAKE_SOURCE_DIR}/quanta/parsers
+ ${CMAKE_SOURCE_DIR}/quanta/utility
+ ${CMAKE_SOURCE_DIR}/quanta/treeviews
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+
+##### other data ################################
+
+install( FILES entities DESTINATION ${DATA_INSTALL_DIR}/kafkapart )
+
+
+##### kafkalibrary (static) #####################
+
+tde_add_library( kafkalibrary STATIC_PIC AUTOMOC
+ SOURCES
+ htmlenhancer.cpp domtreeview.cpp kafkacommon.cpp
+ kafkahtmlpart.cpp nodeproperties.cpp
+ wkafkapart.cpp undoredo.cpp kafkasyncoptionsui.ui
+ htmldocumentpropertiesui.ui kafkasyncoptions.cpp
+ htmldocumentproperties.cpp cursors.cpp
+ kafkadragobject.cpp
+)
diff --git a/quanta/parts/kafka/pics/CMakeLists.txt b/quanta/parts/kafka/pics/CMakeLists.txt
new file mode 100644
index 00000000..ddc33ca4
--- /dev/null
+++ b/quanta/parts/kafka/pics/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ php.png comment.png
+ DESTINATION ${DATA_INSTALL_DIR}/kafkapart/pics )