summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt')
-rw-r--r--kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt
new file mode 100644
index 0000000..8337c19
--- /dev/null
+++ b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/CMakeLists.txt
@@ -0,0 +1,37 @@
+
+include_directories(
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+ ${CMAKE_SOURCE_DIR}/kftpgrabber/src/misc/interfaces
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+ ${TDE_LIB_DIR}
+)
+
+
+##### kftpimportplugin_kftp (kpart)
+
+tde_add_kpart( kftpimportplugin_kftp AUTOMOC
+
+ SOURCES
+ kftpimportkftpplugin.cpp
+ LINK
+ tdecore-shared
+ tdeui-shared
+ kftpinterfaces-shared
+
+ DESTINATION ${PLUGIN_INSTALL_DIR}
+)
+
+
+##### other data
+
+tde_create_translated_desktop(
+ SOURCE kftpimportplugin_kftp.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)