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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/sms
From:       Urs Wolfer <uwolfer () kde ! org>
Date:       2007-11-06 21:02:52
Message-ID: 1194382972.044591.22668.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 733612 by uwolfer:

cmake head does not like kde4_add_library and kde4_add_plugin together... hope \
kde4_add_plugin is the correct one. at least, the plugin works still for me.

 M  +3 -23     CMakeLists.txt  


--- trunk/KDE/kdenetwork/kopete/protocols/sms/CMakeLists.txt #733611:733612
@@ -1,19 +1,9 @@
 
-#add_subdirectory( ui ) 
-#add_subdirectory( services ) 
-add_subdirectory( icons ) 
+#add_subdirectory( ui )
+#add_subdirectory( services )
+add_subdirectory( icons )
 include_directories( ui services )
 
-
-
-########### next target ###############
-
-# set(kopete_sms_ui_SRCS)
-# kde4_add_ui3_files ( kopete_sms_ui_SRCS 
-# ui/smsactprefs.ui
-# ui/smsuserprefs.ui
-# ui/smsadd.ui )
-
 set(kopete_sms_PART_SRCS 
   smsaddcontactpage.cpp 
   smscontact.cpp 
@@ -40,17 +30,7 @@
 
 kde4_add_plugin(kopete_sms ${kopete_sms_PART_SRCS})
 
-
 target_link_libraries(kopete_sms  ${KDE4_KIO_LIBS} kopete )
 
-kde4_add_library( kopete_sms SHARED ${kopete_sms_PART_SRCS} )
 install(TARGETS kopete_sms  DESTINATION ${PLUGIN_INSTALL_DIR})
-
-
-########### install files ###############
-
 install( FILES kopete_sms.desktop  DESTINATION ${SERVICES_INSTALL_DIR})
-
-
-
-


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

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