[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/emoticons
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-04-08 13:50:53
Message-ID: 1207662653.278599.1685.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 794747 by segato:

add themes plugin

 M  +6 -5      CMakeLists.txt  
 A             kemoticonsTheme.desktop  
 A             kemoticons_export.h   [License: UNKNOWN]
 A             themes/adium (directory)  
 A             themes/kde (directory)  
 A             themes/kde/kde_emoticons.cpp   [License: GPL (v2+)]
 A             themes/kde/kde_emoticons.h   [License: GPL (v2+)]
 A             themes/psi (directory)  


--- trunk/playground/libs/emoticons/CMakeLists.txt #794746:794747
@@ -1,12 +1,13 @@
-project(emoticons)
+project(kemoticons)
 
 include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES})
 
-set(emoticons_LIB_SRCS emoticons.cpp)
+set(kemoticons_LIB_SRCS kemoticons.cpp kemoticonstheme.cpp)
 
-kde4_add_library(emoticons SHARED ${emoticons_LIB_SRCS})
+kde4_add_library(kemoticons SHARED ${emoticons_LIB_SRCS})
 
-target_link_libraries(emoticons ${KDE4_KDEUI_LIBS} )
+target_link_libraries(kemoticons ${KDE4_KDEUI_LIBS} )
 
-install(TARGETS emoticons DESTINATION ${LIB_INSTALL_DIR})
+install(TARGETS kemoticons DESTINATION ${LIB_INSTALL_DIR})
 
+install(FILES emoticonsTheme.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
\ No newline at end of file
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic