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/kconf_update/CMakeLists.txt

65 lines
1.6 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_definitions( -DKDE_NO_COMPAT )
include_directories(
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### other data ################################
install( FILES
kopete-pluginloader.upd kopete-account-kconf_update.upd
kopete-pluginloader2.upd kopete-jabberproxytype-kconf_update.upd
kopete-jabberpriorityaddition-kconf_update.upd
kopete-nameTracking.upd
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
install( PROGRAMS
kopete-pluginloader.pl kopete-jabberpriorityaddition-kconf_update.sh
kopete-pluginloader2.sh kopete-jabberproxytype-kconf_update.sh
kopete-account-0.10.pl kopete-account-kconf_update.sh
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
##### kopete_account_kconf_update (executable) ##
tde_add_executable( kopete_account_kconf_update
SOURCES kopete-account-kconf_update.cpp
LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
)
##### kopete_pluginloader2_kconf_update (executable)
tde_add_executable( kopete_pluginloader2_kconf_update
SOURCES kopete-pluginloader2.cpp
LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
)
##### kopete_nameTracking_kconf_update (executable)
tde_add_executable( kopete_nameTracking_kconf_update
SOURCES kopete-nameTracking.cpp
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
)