1 changed files with 40 additions and 0 deletions
@ -0,0 +1,40 @@
|
||||
################################################# |
||||
# |
||||
# (C) 2010-2011 Serghei Amelian |
||||
# serghei (DOT) amelian (AT) gmail.com |
||||
# |
||||
# Improvements and feedback are welcome |
||||
# |
||||
# This file is released under GPL >= 2 |
||||
# |
||||
################################################# |
||||
|
||||
include_directories( |
||||
${CMAKE_CURRENT_SOURCE_DIR} |
||||
${CMAKE_CURRENT_BINARY_DIR} |
||||
${CMAKE_SOURCE_DIR}/src/ |
||||
${CMAKE_BINARY_DIR} |
||||
${TDE_INCLUDE_DIR} |
||||
${TQT_INCLUDE_DIRS} |
||||
) |
||||
|
||||
link_directories( |
||||
${TQT_LIBRARY_DIRS} |
||||
) |
||||
|
||||
|
||||
##### other data ################################ |
||||
|
||||
#install( FILES default-apps DESTINATION ${DATA_INSTALL_DIR}/kicker ) |
||||
#install( FILES childpanelextension.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/extensions ) |
||||
|
||||
|
||||
set( target khdapsmonitor ) |
||||
|
||||
tde_add_executable( ${target} AUTOMOC |
||||
SOURCES khdapsmonitor.cpp khdapsmonitormain.cpp |
||||
khdapsmonitorsystray.cpp khdapsmonitorwidgetbase.cpp |
||||
khdapsmonitorwidget.cpp main.cpp sysfs.cpp |
||||
khdapsmonitorwidgetbase.ui |
||||
LINK kdecore-shared kdeui-shared |
||||
) |
Loading…
Reference in new issue