summaryrefslogtreecommitdiffstats
path: root/knewsticker/kntsrcfilepropsdlg
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 10:26:04 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 10:26:04 +0000
commit87c659b80aefce6e7ab3a6e7442ff8d526a1e51a (patch)
tree1caec93894058ea6eaa0da9cb281e16f29399ea5 /knewsticker/kntsrcfilepropsdlg
parent858c85b87d0679330e4fa00b81d374ab456f5b4f (diff)
downloadtdenetwork-87c659b80aefce6e7ab3a6e7442ff8d526a1e51a.tar.gz
tdenetwork-87c659b80aefce6e7ab3a6e7442ff8d526a1e51a.zip
[kdenetwork/knewsticker] added cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237373 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knewsticker/kntsrcfilepropsdlg')
-rw-r--r--knewsticker/kntsrcfilepropsdlg/CMakeLists.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt b/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt
new file mode 100644
index 00000000..f6d02b06
--- /dev/null
+++ b/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt
@@ -0,0 +1,42 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_import( librss )
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/../common
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/librss
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### other data ################################
+
+install( FILES
+ kntsrcfilepropsdlg.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR} )
+
+
+##### kntsrcfilepropsdlg (module) ###############
+
+tde_add_kpart( kntsrcfilepropsdlg AUTOMOC
+ SOURCES
+ kntsrcfilepropsdlg.cpp kntsrcfilepropsdlgwidget.ui
+ LINK knewstickercommon-static rss-shared
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)