include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} ) ##### kxmleditor (executable) tde_add_executable( ${PROJECT_NAME} AUTOMOC SOURCES dcopiface_shell.skel dcopiface_shell.cpp kxmleditorshell.cpp main.cpp kxeshellmanager.cpp LINK tdecore-shared tdeio-shared tdeui-shared tdeparts-shared DESTINATION ${BIN_INSTALL_DIR} ) ##### other data install( FILES kxmleditorshell.rc DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) install( FILES ${PROJECT_NAME}.desktop DESTINATION ${APPS_INSTALL_DIR}/Applications )