From 2baeea36772bd5221b90552b9e498acff5391f4a Mon Sep 17 00:00:00 2001 From: samelian Date: Fri, 17 Jun 2011 21:51:51 +0000 Subject: [kdenetwork/filesharing] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237323 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- filesharing/simple/CMakeLists.txt | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 filesharing/simple/CMakeLists.txt (limited to 'filesharing/simple/CMakeLists.txt') 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} +) -- cgit v1.2.1