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.
tdepim/korn/tdeconf_update/CMakeLists.txt

39 lines
843 B

#################################################
#
# (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(
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### other data ################################
install( FILES
korn-3-4-config_change.upd korn-3-5-update.upd
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
install( PROGRAMS
korn-3-5-ssl-update.pl korn-3-5-metadata-update.pl
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
##### korn-3-4-config_change (executable) #######
tde_add_executable( korn-3-4-config_change
SOURCES korn-3-4-config_change.cpp
LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/tdeconf_update_bin
)