From ee94e3dcbe5a7c9d76a49811e101333d5a6fbf89 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 8 Feb 2019 13:39:11 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- fileplugin/CMakeLists.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 fileplugin/CMakeLists.txt (limited to 'fileplugin') diff --git a/fileplugin/CMakeLists.txt b/fileplugin/CMakeLists.txt new file mode 100644 index 0000000..78af279 --- /dev/null +++ b/fileplugin/CMakeLists.txt @@ -0,0 +1,34 @@ +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} +) + + +##### tdefile_kbarcode (kpart) + +tde_add_kpart( tdefile_kbarcode AUTOMOC + + SOURCES + tdefile_kbarcode.cpp + LINK + tdecore-shared + tdeio-shared + + DESTINATION ${PLUGIN_INSTALL_DIR} +) + + +##### other data + +install( + FILES tdefile_kbarcode.desktop + DESTINATION ${SERVICES_INSTALL_DIR} +) -- cgit v1.2.1