diff options
Diffstat (limited to 'kaddressbook/common/CMakeLists.txt')
-rw-r--r-- | kaddressbook/common/CMakeLists.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kaddressbook/common/CMakeLists.txt b/kaddressbook/common/CMakeLists.txt new file mode 100644 index 000000000..369638387 --- /dev/null +++ b/kaddressbook/common/CMakeLists.txt @@ -0,0 +1,26 @@ +################################################# +# +# (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_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + + +##### kabcommon (static) ######################## + +tde_add_library( kabcommon STATIC_PIC AUTOMOC + SOURCES + kabprefs.cpp kabprefs_base.kcfgc locationmap.cpp + filter.cpp +) |