summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/nowlistening/CMakeLists.txt
blob: d0e697885e80a5fb819e19f27cfd6e314dd4ae42 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
###########################################
#                                         #
#  (C) 2010-2011 Serghei Amelian          #
#  serghei (DOT) amelian (AT) gmail.com   #
#                                         #
#  Improvements and feedback are welcome  #
#                                         #
#  This file is released under GPL >= 2   #
#                                         #
###########################################

include( ConfigureChecks.cmake )

include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_BINARY_DIR}
  ${CMAKE_SOURCE_DIR}/kopete/libkopete
  ${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
  ${TDE_INCLUDE_DIR}
  ${TQT_INCLUDE_DIRS}
  ${XMMS_INCLUDE_DIRS}
)

link_directories(
  ${TQT_LIBRARY_DIRS}
)


##### kopete_nowlistening (module)

tde_add_kpart( kopete_nowlistening MODULE AUTOMOC

  SOURCES
        nowlisteningconfig.kcfgc
        nowlisteningplugin.cpp
        nlkscd.cpp
        nlnoatun.cpp
        nlxmms.cpp
        nowlisteningguiclient.cpp
        nljuk.cpp
        nlamarok.cpp
        nlkaffeine.cpp
  LINK
     kopete-shared
     ${XMMS_LIBRARIES}

  DESTINATION ${PLUGIN_INSTALL_DIR}
)


##### kcm_kopete_nowlistening (module)

tde_add_kpart( kcm_kopete_nowlistening MODULE AUTOMOC

  SOURCES
        nowlisteningprefs.ui
        nowlisteningpreferences.cpp
        nowlisteningconfig.kcfgc
  LINK
     tdeutils-shared

  DESTINATION ${PLUGIN_INSTALL_DIR}
)


##### other data

tde_create_translated_desktop(
    SOURCE kopete_nowlistening.desktop
    DESTINATION ${SERVICES_INSTALL_DIR}
    PO_DIR kopete-desktops
)

tde_create_translated_desktop(
    SOURCE kopete_nowlistening_config.desktop
    DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog
    PO_DIR kopete-desktops
)

install(
    FILES nowlisteningconfig.kcfg
    DESTINATION ${KCFG_INSTALL_DIR}
)

install(
    FILES nowlisteningui.rc nowlisteningchatui.rc
    DESTINATION ${DATA_INSTALL_DIR}/kopete
)