From b529f046c9a64ac5fcfa60747af940cf972b3ebc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:34 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdeprint/printmgr/CMakeLists.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tdeprint/printmgr/CMakeLists.txt (limited to 'tdeprint/printmgr/CMakeLists.txt') diff --git a/tdeprint/printmgr/CMakeLists.txt b/tdeprint/printmgr/CMakeLists.txt new file mode 100644 index 000000000..af68abb3f --- /dev/null +++ b/tdeprint/printmgr/CMakeLists.txt @@ -0,0 +1,37 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_definitions( -D_KDEPRINT_COMPILE ) + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +tde_install_icons( printmgr ) +install( FILES printers.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + + +##### kcm_printmgr (module) ##################### + +tde_add_kpart( kcm_printmgr AUTOMOC + SOURCES kcmprintmgr.cpp + LINK tdeprint_management-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) -- cgit v1.2.1