Renaming fiels/classes to fit the System Status name.
[system_status.git] / applet / CMakeLists.txt
blobfed6d315bbac9d95139984aa4914350fb4a17360
1 project(system_status)
3 # We add our source code here
4 set(sys_status_SRCS system_status.cpp)
6 kde4_add_ui_files(sys_status_SRCS generalConfig.ui coloursConfig.ui)
8 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
9 include_directories(${KDE4_INCLUDES})
11 # Now make sure all files get to the right place
12 kde4_add_plugin(plasma-applet_system_status ${sys_status_SRCS})
13 target_link_libraries(plasma-applet_system_status 
14                       ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
16 install(TARGETS plasma-applet_system_status
17         DESTINATION ${PLUGIN_INSTALL_DIR})
19 install(FILES plasma-applet-system-status.desktop
20         DESTINATION ${SERVICES_INSTALL_DIR})