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.
kpilot/conduits/sysinfoconduit/CMakeLists.txt

39 lines
824 B

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/lib
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
##### conduit_sysinfo (kpart) ###################
tde_add_kpart( conduit_sysinfo AUTOMOC
SOURCES sysinfoSettings.kcfgc sysinfo-factory.cc sysinfo-setup.cc
sysinfo-conduit.cc sysinfo-setup_dialog.ui
LINK kpilot-shared tdeui-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
##### other data ################################
install( FILES Template.html Template.txt
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/sysinfoconduit
)
install( FILES sysinfo_conduit.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)
install( FILES sysinfoconduit.kcfg
DESTINATION ${KCFG_INSTALL_DIR}
)