From 76baa6e505aa4e0d404a2b81addcc3f2599075fe Mon Sep 17 00:00:00 2001 From: samelian Date: Sat, 7 May 2011 20:40:46 +0000 Subject: [kdegraphics] added cmake support for kfax, kfaxview, kghostview, and kfile-plugins git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230814 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfile-plugins/pcx/CMakeLists.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 kfile-plugins/pcx/CMakeLists.txt (limited to 'kfile-plugins/pcx/CMakeLists.txt') diff --git a/kfile-plugins/pcx/CMakeLists.txt b/kfile-plugins/pcx/CMakeLists.txt new file mode 100644 index 00000000..efabc58e --- /dev/null +++ b/kfile-plugins/pcx/CMakeLists.txt @@ -0,0 +1,35 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +#### other data ################################# + +install( FILES kfile_pcx.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) + + +#### kfile_pcx (module) ######################### + +tde_add_kpart( kfile_pcx AUTOMOC + SOURCES kfile_pcx.cpp + LINK kio-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) -- cgit v1.2.3