include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_CURRENT_BINARY_DIR}
)

##### ksquirrel-libs-configurator-real (executable)

tde_add_executable( ksquirrel-libs-configurator-real AUTOMOC
  SOURCES main.cpp klc.ui
  LINK tdecore-shared tdeio-shared tdeui-shared DCOP-shared
  DESTINATION ${BIN_INSTALL_DIR}
)


##### other files

install(
  PROGRAMS ksquirrel-libs-configurator
  DESTINATION ${BIN_INSTALL_DIR}
)
