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.
57 lines
1.4 KiB
57 lines
1.4 KiB
6 years ago
|
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
|
||
|
|
||
|
add_subdirectory( pics )
|
||
|
add_subdirectory( toolbar )
|
||
|
|
||
|
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}
|
||
|
)
|
||
|
|
||
|
|
||
|
##### ksysv (executable) ########################
|
||
|
|
||
|
tde_add_executable( ksysv AUTOMOC
|
||
|
SOURCES main.cpp ActionList.cpp IOCore.cpp ksvdraglist.cpp
|
||
|
RunlevelAuthIcon.cpp OldView.cpp Properties.cpp SpinBox.cpp ServiceDlg.cpp
|
||
|
TopWidget.cpp Data.cpp ksv_conf.cpp ksvapplication.cpp kdltooltip.cpp
|
||
|
ksv_core.cpp ksvdrag.cpp kscroller.cpp ksv_service.cpp leveldb.c
|
||
|
PreferencesDialog.cpp trash.cpp pathconfig.ui ksvpathconfig.cpp
|
||
|
miscconfig.ui ksvmiscconfig.cpp lookandfeelconfig.ui ksvlookandfeel.cpp
|
||
|
configwizard.ui ksvconfigwizard.cpp kbusymanager.cpp
|
||
|
LINK tdecore-shared tdeui-shared tdeio-shared tdeprint-shared
|
||
|
DESTINATION ${BIN_INSTALL_DIR}
|
||
|
)
|
||
|
|
||
|
|
||
|
##### icons #####################################
|
||
|
|
||
|
tde_install_icons( )
|
||
|
|
||
|
|
||
|
##### other data ################################
|
||
|
|
||
|
install( FILES ksysvui.rc
|
||
|
DESTINATION ${DATA_INSTALL_DIR}/ksysv
|
||
|
)
|
||
|
|
||
|
install( FILES ksysv.desktop
|
||
|
DESTINATION ${XDG_APPS_INSTALL_DIR}
|
||
|
)
|
||
|
|
||
|
install( FILES x-ksysv-log.desktop
|
||
|
DESTINATION ${MIME_INSTALL_DIR}/text
|
||
|
)
|
||
|
|
||
|
install( FILES x-ksysv.desktop
|
||
|
DESTINATION ${MIME_INSTALL_DIR}/application
|
||
|
)
|