From b6fc43ccd522dfbc1e215b12adb8208c156bbd31 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 23 Jan 2011 23:42:11 +0000 Subject: [kdebase] initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktip/CMakeLists.txt | 40 ++++++++++++++++++++++++++++++++++++++++ ktip/pics/CMakeLists.txt | 12 ++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 ktip/CMakeLists.txt create mode 100644 ktip/pics/CMakeLists.txt (limited to 'ktip') diff --git a/ktip/CMakeLists.txt b/ktip/CMakeLists.txt new file mode 100644 index 000000000..4b7d1b2c6 --- /dev/null +++ b/ktip/CMakeLists.txt @@ -0,0 +1,40 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( pics ) + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +tde_install_icons( ) +install( FILES ktip.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES ktip.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) +install( FILES uninstall.desktop DESTINATION ${APPS_INSTALL_DIR}/Toys RENAME ktip.desktop ) +install( FILES tips DESTINATION ${DATA_INSTALL_DIR}/kdewizard ) + + +##### ktip (executable) ######################### + +tde_add_executable( ktip AUTOMOC + SOURCES ktipwindow.cpp + LINK kdeui-shared + DESTINATION ${BIN_INSTALL_DIR} +) diff --git a/ktip/pics/CMakeLists.txt b/ktip/pics/CMakeLists.txt new file mode 100644 index 000000000..fe5b80511 --- /dev/null +++ b/ktip/pics/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES wizard_small.png DESTINATION ${DATA_INSTALL_DIR}/kdewizard/pics ) -- cgit v1.2.3