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

51 lines
1.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( about )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### other data ################################
tde_install_icons()
install( FILES kcontrolui.rc DESTINATION ${DATA_INSTALL_DIR}/kcontrol )
install( FILES kinfocenterui.rc DESTINATION ${DATA_INSTALL_DIR}/kinfocenter )
install( FILES KControl.desktop kinfocenter.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
##### kcontrol (tdeinit) ########################
set( target kcontrol )
set( ${target}_SRCS
main.cpp toplevel.cpp indexwidget.cpp helpwidget.cpp
dockcontainer.cpp aboutwidget.cpp moduletreeview.cpp
moduleiconview.cpp moduleIface.cpp moduleIface.skel
global.cpp modules.cpp proxywidget.cpp kcrootonly.cpp
searchwidget.cpp
)
tde_add_tdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK tdehtml-shared
)
tde_install_symlink( kcontrol ${BIN_INSTALL_DIR}/kinfocenter )