summaryrefslogtreecommitdiffstats
path: root/knotes
diff options
context:
space:
mode:
Diffstat (limited to 'knotes')
-rw-r--r--knotes/CMakeLists.txt85
-rw-r--r--knotes/icons/CMakeLists.txt12
-rw-r--r--knotes/pics/CMakeLists.txt12
-rw-r--r--knotes/pushpin.xpm2
4 files changed, 110 insertions, 1 deletions
diff --git a/knotes/CMakeLists.txt b/knotes/CMakeLists.txt
new file mode 100644
index 00000000..1e37d7ed
--- /dev/null
+++ b/knotes/CMakeLists.txt
@@ -0,0 +1,85 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+project( knotes )
+
+tde_import( libkmime )
+tde_import( ktnef )
+tde_import( libkcal )
+tde_import( libkdepim )
+
+add_subdirectory( pics )
+add_subdirectory( icons )
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### headers ###################################
+
+install( FILES KNotesIface.h KNotesAppIface.h DESTINATION ${INCLUDE_INSTALL_DIR} )
+
+
+##### other data ################################
+
+install( FILES knotes.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+install( FILES knoteconfig.kcfg knotesglobalconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
+install( FILES knotesappui.rc knotesui.rc DESTINATION ${DATA_INSTALL_DIR}/knotes )
+install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes )
+install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources )
+
+
+##### knotes (executable) #######################
+
+tde_add_executable( knotes AUTOMOC
+ SOURCES
+ main.cpp knotesapp.cpp KNotesAppIface.skel
+ LINK knotes-shared
+ DESTINATION ${BIN_INSTALL_DIR}
+)
+
+
+##### knotes_local (module) #####################
+
+tde_add_kpart( knotes_local AUTOMOC
+ SOURCES
+ resourcelocal_plugin.cpp
+ LINK knotes-shared
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)
+
+
+##### knotes (shared) ###########################
+
+tde_add_library( knotes SHARED AUTOMOC
+ SOURCES
+ knoteslegacy.cpp knoteconfig.kcfgc knotesglobalconfig.kcfgc knoteedit.cpp
+ knoteprinter.cpp knotesnetrecv.cpp knotesnetsend.cpp resourcemanager.cpp
+ resourcenotes.cpp resourcelocal.cpp resourcelocalconfig.cpp knote.cpp
+ knotebutton.cpp knoteconfigdlg.cpp knotehostdlg.cpp knotealarmdlg.cpp
+ knotesalarm.cpp
+ VERSION 0.0.0
+ LINK kdepim-shared kutils-shared kdeprint-shared
+ DESTINATION ${LIB_INSTALL_DIR}
+)
+
+
+##### install import cmake modules ###############
+
+tde_install_export( )
diff --git a/knotes/icons/CMakeLists.txt b/knotes/icons/CMakeLists.txt
new file mode 100644
index 00000000..8832743c
--- /dev/null
+++ b/knotes/icons/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/knotes/icons )
diff --git a/knotes/pics/CMakeLists.txt b/knotes/pics/CMakeLists.txt
new file mode 100644
index 00000000..db8d4480
--- /dev/null
+++ b/knotes/pics/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_install_icons( )
diff --git a/knotes/pushpin.xpm b/knotes/pushpin.xpm
index 4aef6adf..d80fa82b 100644
--- a/knotes/pushpin.xpm
+++ b/knotes/pushpin.xpm
@@ -1,6 +1,6 @@
/* Pushpin XPM (courtsey google image search) [copyright :O ???] */
-static char *pushpin_xpm[] = {
+static const char *pushpin_xpm[] = {
"27 29 363 2",
" c None",
". c #F60404",