From 1a22301f46db807500b77119ae0132b9a3f876c5 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 15 Oct 2013 16:26:13 +0200 Subject: Initial cmake conversion --- ksig/CMakeLists.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ksig/CMakeLists.txt (limited to 'ksig') diff --git a/ksig/CMakeLists.txt b/ksig/CMakeLists.txt new file mode 100644 index 0000000..ea3d929 --- /dev/null +++ b/ksig/CMakeLists.txt @@ -0,0 +1,39 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### ksig (executable) ######################### + +tde_add_executable( ksig AUTOMOC + SOURCES siggenerator.cpp siglistview.cpp siglistviewitem.cpp ksig.cpp + standardtextbase.ui standardtext.cpp main.cpp + LINK tdeio-shared + DESTINATION ${BIN_INSTALL_DIR} +) + + +##### icons ##################################### + +tde_install_icons( ) + + +##### other data ################################ + +install( FILES ksigui.rc + DESTINATION ${DATA_INSTALL_DIR}/ksig +) + +install( FILES ksig.desktop + DESTINATION ${XDG_APPS_INSTALL_DIR} +) -- cgit v1.2.1