summaryrefslogtreecommitdiffstats
path: root/knewsticker/common
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/common
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/common')
-rw-r--r--knewsticker/common/CMakeLists.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/knewsticker/common/CMakeLists.txt b/knewsticker/common/CMakeLists.txt
new file mode 100644
index 00000000..39305210
--- /dev/null
+++ b/knewsticker/common/CMakeLists.txt
@@ -0,0 +1,26 @@
+#################################################
+#
+# (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_BINARY_DIR}
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+
+##### knewstickercommon (static) ################
+
+tde_add_library( knewstickercommon STATIC_PIC AUTOMOC
+ SOURCES
+ newsiconmgr.cpp xmlnewsaccess.cpp configaccess.cpp newsiconmgr.skel
+ newsengine.cpp
+)