summaryrefslogtreecommitdiffstats
path: root/kget/kget_plug_in
diff options
context:
space:
mode:
Diffstat (limited to 'kget/kget_plug_in')
-rw-r--r--kget/kget_plug_in/CMakeLists.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/kget/kget_plug_in/CMakeLists.txt b/kget/kget_plug_in/CMakeLists.txt
new file mode 100644
index 00000000..72643aa9
--- /dev/null
+++ b/kget/kget_plug_in/CMakeLists.txt
@@ -0,0 +1,38 @@
+#################################################
+#
+# (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}
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### other data ################################
+
+tde_install_icons( )
+
+install( FILES
+ kget_plug_in.rc kget_plug_in.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/khtml/kpartplugins )
+
+
+##### khtml_kget (module) #######################
+
+tde_add_kpart( khtml_kget AUTOMOC
+ SOURCES kget_plug_in.cpp kget_linkview.cpp links.cpp
+ LINK khtml-shared
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)