summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/printing/journal
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/printing/journal')
-rw-r--r--korganizer/plugins/printing/journal/CMakeLists.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/korganizer/plugins/printing/journal/CMakeLists.txt b/korganizer/plugins/printing/journal/CMakeLists.txt
new file mode 100644
index 00000000..186078ab
--- /dev/null
+++ b/korganizer/plugins/printing/journal/CMakeLists.txt
@@ -0,0 +1,40 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/korganizer/interfaces
+ ${CMAKE_SOURCE_DIR}/korganizer/interfaces/korganizer
+ ${CMAKE_SOURCE_DIR}/korganizer/printing
+ ${CMAKE_SOURCE_DIR}/libkdepim
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### other data ################################
+
+install( FILES journalprint.desktop DESTINATION ${SERVICES_INSTALL_DIR}/korganizer )
+
+
+##### libkorg_journalprint (module) #############
+
+tde_add_kpart( libkorg_journalprint AUTOMOC
+ SOURCES
+ calprintjournalconfig_base.ui journalprint.cpp
+ LINK korg_stdprinting-shared
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)