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

List:       kde-commits
Subject:    KDE/kdetoys/kweather
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2008-03-08 22:16:39
Message-ID: 1205014599.082636.16142.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 783615 by chehrlic:

win32 lib install dir fix

 M  +3 -3      CMakeLists.txt  


--- trunk/KDE/kdetoys/kweather/CMakeLists.txt #783614:783615
@@ -24,7 +24,7 @@
 
 target_link_libraries(kweatherservice  ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY})
 
-install(TARGETS kweatherservice  DESTINATION ${BIN_INSTALL_DIR} )
+install(TARGETS kweatherservice ${INSTALL_TARGETS_DEFAULT_ARGS})
 
 
 ########### next target ###############
@@ -37,10 +37,10 @@
 
 target_link_libraries(kdeinit_kweatherreport ${KDE4_KHTML_LIBS})
 
-install(TARGETS kdeinit_kweatherreport  DESTINATION ${LIB_INSTALL_DIR})
+install(TARGETS kdeinit_kweatherreport ${INSTALL_TARGETS_DEFAULT_ARGS})
 
 target_link_libraries( kweatherreport kdeinit_kweatherreport )
-install(TARGETS kweatherreport  DESTINATION ${BIN_INSTALL_DIR} )
+install(TARGETS kweatherreport ${INSTALL_TARGETS_DEFAULT_ARGS})
 
 ########### next target ###############
 #set(weather_panelapplet_PART_SRCS  
[prev in list] [next in list] [prev in thread] [next in thread] 

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