From b41a969e527c35ffacc8dc6b5601d5c6f81896b1 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 27 Apr 2011 17:32:57 +0000 Subject: [kdegraphics/kpdf] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1229555 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpdf/conf/CMakeLists.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 kpdf/conf/CMakeLists.txt (limited to 'kpdf/conf/CMakeLists.txt') diff --git a/kpdf/conf/CMakeLists.txt b/kpdf/conf/CMakeLists.txt new file mode 100644 index 00000000..56e1410d --- /dev/null +++ b/kpdf/conf/CMakeLists.txt @@ -0,0 +1,31 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR}/.. + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + + +##### other data ################################ + +install( FILES kpdf.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) + + +##### kpdfconf (static) ######################### + +tde_add_library( kpdfconf STATIC_PIC + SOURCES + dlggeneral.ui dlgperformance.ui dlgaccessibility.ui + dlgpresentation.ui preferencesdialog.cpp settings.kcfgc +) -- cgit v1.2.3