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

List:       kde-commits
Subject:    branches/work/decibel
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2007-03-17 14:12:16
Message-ID: 1174140736.368043.10145.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643459 by dmacvicar:


- Link against the built target library



 M  +0 -2      CMakeLists.txt  
 M  +4 -4      demos/accounthandling/CMakeLists.txt  
 M  +2 -2      demos/contacthandling/CMakeLists.txt  
 M  +5 -5      demos/protocolhandling/CMakeLists.txt  
 M  +1 -1      demos/simpleclient/CMakeLists.txt  


--- branches/work/decibel/CMakeLists.txt #643458:643459
@@ -93,8 +93,6 @@
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(docs)
 
-SET(LIBDECIBEL "-L${CMAKE_BINARY_DIR}/src/client/Decibel -ldecibel")
-
 ENABLE_TESTING()
 ADD_SUBDIRECTORY(tests)
 
--- branches/work/decibel/demos/accounthandling/CMakeLists.txt #643458:643459
@@ -20,7 +20,7 @@
 TARGET_LINK_LIBRARIES(decibel_registeraccount_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_registeraccount_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -35,7 +35,7 @@
 TARGET_LINK_LIBRARIES(decibel_deleteaccount_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_deleteaccount_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -50,7 +50,7 @@
 TARGET_LINK_LIBRARIES(decibel_listaccounts_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_listaccounts_demo DESTINATION ${DEMO_INSTALL_DIR} )
@@ -65,7 +65,7 @@
 TARGET_LINK_LIBRARIES(decibel_setpresence_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_setpresence_demo DESTINATION ${DEMO_INSTALL_DIR})
--- branches/work/decibel/demos/contacthandling/CMakeLists.txt #643458:643459
@@ -21,7 +21,7 @@
 TARGET_LINK_LIBRARIES(decibel_chatstarter_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_chatstarter_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -37,7 +37,7 @@
 TARGET_LINK_LIBRARIES(decibel_phonestarter_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_phonestarter_demo DESTINATION ${DEMO_INSTALL_DIR})
--- branches/work/decibel/demos/protocolhandling/CMakeLists.txt #643458:643459
@@ -20,7 +20,7 @@
 TARGET_LINK_LIBRARIES(decibel_supportedprotocols_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_supportedprotocols_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -35,7 +35,7 @@
 TARGET_LINK_LIBRARIES(decibel_listcms_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_listcms_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -50,7 +50,7 @@
 TARGET_LINK_LIBRARIES(decibel_listcmsfor_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_listcmsfor_demo DESTINATION ${DEMO_INSTALL_DIR} )
@@ -65,7 +65,7 @@
 TARGET_LINK_LIBRARIES(decibel_defaultcmfor_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_defaultcmfor_demo DESTINATION ${DEMO_INSTALL_DIR})
@@ -80,7 +80,7 @@
 TARGET_LINK_LIBRARIES(decibel_setdefaultcmfor_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_setdefaultcmfor_demo DESTINATION ${DEMO_INSTALL_DIR})
--- branches/work/decibel/demos/simpleclient/CMakeLists.txt #643458:643459
@@ -35,7 +35,7 @@
 TARGET_LINK_LIBRARIES(decibel_simpleclient_demo
                       ${QT_LIBRARIES}
                       ${QTTAPIOCA_LIBRARIES}
-                      ${LIBDECIBEL}
+                      decibel
 )
 
 INSTALL(TARGETS decibel_simpleclient_demo DESTINATION ${DEMO_INSTALL_DIR})
[prev in list] [next in list] [prev in thread] [next in thread] 

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