summaryrefslogtreecommitdiffstats
path: root/filesharing/simple/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/simple/CMakeLists.txt')
-rw-r--r--filesharing/simple/CMakeLists.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/filesharing/simple/CMakeLists.txt b/filesharing/simple/CMakeLists.txt
new file mode 100644
index 00000000..093a80c8
--- /dev/null
+++ b/filesharing/simple/CMakeLists.txt
@@ -0,0 +1,41 @@
+#################################################
+#
+# (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_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/../advanced/propsdlgplugin
+ ${CMAKE_CURRENT_BINARY_DIR}/../advanced/propsdlgplugin
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### other data ################################
+
+install( FILES fileshare.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+
+
+##### kcm_fileshare (module) ####################
+
+tde_add_kpart( kcm_fileshare AUTOMOC
+ SOURCES
+ fileshare.cpp controlcenter.ui groupconfiggui.ui groupconfigdlg.cpp
+ krichtextlabel.cpp
+ LINK
+ propsdlgplugin_common-static filesharenfs-static filesharesamba-static
+ kio-shared
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)