add more spacing
[personal-kdebase.git] / workspace / plasma / tools / desktopthemedetails / CMakeLists.txt
blob78cecfab9776d95622348447d8c0691896142cb4
1 # Project Needs a name ofcourse
2 project(desktopthemedetails)
3  
4 set(kcmdesktopthemedetails_SRCS desktopthemedetails.cpp)
5 kde4_add_ui_files(kcmdesktopthemedetails_SRCS DesktopThemeDetails.ui)
7 kde4_add_plugin(kcm_desktopthemedetails ${kcmdesktopthemedetails_SRCS})
8 target_link_libraries(kcm_desktopthemedetails ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KNEWSTUFF2_LIBS} ${KDE4_KUTILS_LIBRARY} ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
10 install(TARGETS kcm_desktopthemedetails  DESTINATION ${PLUGIN_INSTALL_DIR} )
12 ########### install files ###############
13 install( FILES desktopthemedetails.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )