You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/kopete/CMakeLists.txt

82 lines
2.2 KiB

#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( addaccountwizard )
add_subdirectory( addcontactwizard )
add_subdirectory( contactlist )
add_subdirectory( chatwindow )
add_subdirectory( config )
add_subdirectory( tdeconf_update )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/kopete/libkopete/ui
${CMAKE_BINARY_DIR}/kopete/libkopete
${CMAKE_BINARY_DIR}/kopete/kopete/addcontactwizard
${CMAKE_BINARY_DIR}/kopete/kopete/contactlist
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/kopete/libkopete/private
${CMAKE_SOURCE_DIR}/kopete/libkopete
${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
${CMAKE_SOURCE_DIR}/kopete/libkopete/avdevice
${CMAKE_SOURCE_DIR}/kopete/kopete/addaccountwizard
${CMAKE_SOURCE_DIR}/kopete/kopete/addcontactwizard
${CMAKE_SOURCE_DIR}/kopete/kopete/contactlist
${CMAKE_SOURCE_DIR}/kopete/kopete/config/plugins
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### other data ################################
tde_install_icons( )
tde_create_translated_desktop(
SOURCE kopete.desktop
PO_DIR kopete-desktops
)
install( FILES kopeteui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete )
tde_create_translated_desktop(
SOURCE eventsrc
DESTINATION ${DATA_INSTALL_DIR}/kopete
PO_DIR kopete-eventsrc
)
tde_create_translated_desktop(
SOURCE x-kopete-emoticons.desktop
DESTINATION ${MIME_INSTALL_DIR}/application
PO_DIR kopete-desktops
)
##### kopete (executable) #######################
tde_add_executable( kopete AUTOMOC
SOURCES
main.cpp kopeteapplication.cpp kopeteiface.cpp
kopeteiface.skel systemtray.cpp kopeteballoon.cpp
kopetewindow.cpp kopeteaccountstatusbaricon.cpp
kimifaceimpl.cpp kimiface.skel grouptdeabcselectorwidget.ui
kopeteeditglobalidentitywidget.cpp
LINK
kopetecontactlist-static kopeteaddaccountwizard-static
kopeteaddcontactwizard-static kopeteui-static
kopetepluginconfig-static kopete-shared
DESTINATION ${BIN_INSTALL_DIR}
)