summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/CMakeLists.txt
blob: cabcc68440d707eca4a62ddc77cc03c8cd7019c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

# FIXME no XRENDER support yet

include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_BINARY_DIR}/kopete/libkopete/ui
  ${CMAKE_BINARY_DIR}/kopete/kopete/addcontactwizard
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/private
  ${CMAKE_SOURCE_DIR}/kopete/libkopete
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
  ${CMAKE_SOURCE_DIR}/kopete/kopete
  ${CMAKE_SOURCE_DIR}/kopete/kopete/addcontactwizard
  ${CMAKE_SOURCE_DIR}/kopete/kopete/chatwindow
  ${TDE_INCLUDE_DIR}
  ${TQT_INCLUDE_DIRS}
)


##### kopetecontactlist (static) ################

tde_add_library( kopetecontactlist STATIC_PIC AUTOMOC
  SOURCES
    kopetemetacontactlvi.cpp kopetestatusgroupviewitem.cpp
    kopetegroupviewitem.cpp kopetecontactlistview.cpp
    kopetegvipropswidget.ui kopetemetalvipropswidget.ui
    kopetelviprops.cpp kopeteaddrbookexport.cpp
    kopeteaddrbookexportui.ui customnotifications.ui
    customnotificationprops.cpp kopetegrouplistaction.cpp
    tdeabcexport.cpp tdeabcexport_base.ui
)