[Kst] branches/work/kst/portto4/kst/src/kst

Adam Treat treat at kde.org
Thu Mar 15 16:23:54 CET 2007


SVN commit 642840 by treat:

* Install some icons


 M  +1 -1      CMakeLists.txt  
 M  +1 -1      pics/CMakeLists.txt  


--- branches/work/kst/portto4/kst/src/kst/CMakeLists.txt #642839:642840
@@ -1,5 +1,5 @@
 
-# add_subdirectory( pics )
+add_subdirectory( pics )
 
 include_directories( ${CMAKE_BINARY_DIR}/kst ${CMAKE_SOURCE_DIR}/kst/src/extdate ${CMAKE_SOURCE_DIR}/kst/src/widgets ${CMAKE_BINARY_DIR}/kst/src/widgets ${CMAKE_SOURCE_DIR}/kst/src/libkst ${CMAKE_BINARY_DIR}/kst/src/libkst ${CMAKE_SOURCE_DIR}/kst/src/libkstapp ${CMAKE_BINARY_DIR}/kst/src/libkstapp ${CMAKE_SOURCE_DIR}/kst/src/libkstmath ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
 
--- branches/work/kst/portto4/kst/src/kst/pics/CMakeLists.txt #642839:642840
@@ -5,7 +5,7 @@
 ########### install files ###############
 
 install( FILES  yes.png no.png kst_error_1.png kst_error_2.png DESTINATION ${DATA_INSTALL_DIR}/kst/pics )
-install( FILES  kst_zoomtie.png kst_zoomxy.png kst_zoomx.png kst_zoomy.png  	kst_changefile.png kst_changenpts.png kst_editplots.png  	kst_datamanager.png kst_back.png kst_advance.png  	kst_graphfile.png kst_layoutmode.png kst_datamode.png  	kst_datawizard.png kst_vectornew.png kst_vectoredit.png  	kst_matrixedit.png kst_matrixnew.png  	kst_scalaredit.png kst_scalarnew.png  	kst_stringedit.png kst_stringnew.png  	kst_curvenew.png kst_psdnew.png kst_histogramnew.png 	kst_equationnew.png kst_imagenew.png kst_pluginnew.png  	kst_eventnew.png kst_graphics.png kst_gfx_line.png  	kst_gfx_rectangle.png kst_gfx_rounded_rectangle.png  	kst_gfx_ellipse.png kst_gfx_polyline.png kst_gfx_polygon.png  	kst_gfx_arrow.png kst_gfx_picture.png kst_choosecolor.png  	kst_csdnew.png kst_differentiatecurves.png kst_viewmanager.png  	kst_newplot.png DESTINATION ${KDE4_ICON_DIR}/hicolor/22x22/actions/ )
+install( FILES  kst_zoomtie.png kst_zoomxy.png kst_zoomx.png kst_zoomy.png  	kst_changefile.png kst_changenpts.png kst_editplots.png  	kst_datamanager.png kst_back.png kst_advance.png  	kst_graphfile.png kst_layoutmode.png kst_datamode.png  	kst_datawizard.png kst_vectornew.png kst_vectoredit.png  	kst_matrixedit.png kst_matrixnew.png  	kst_scalaredit.png kst_scalarnew.png  	kst_stringedit.png kst_stringnew.png  	kst_curvenew.png kst_psdnew.png kst_histogramnew.png 	kst_equationnew.png kst_imagenew.png kst_pluginnew.png  	kst_eventnew.png kst_graphics.png kst_gfx_line.png  	kst_gfx_rectangle.png kst_gfx_rounded_rectangle.png  	kst_gfx_ellipse.png kst_gfx_polyline.png kst_gfx_polygon.png  	kst_gfx_arrow.png kst_gfx_picture.png kst_choosecolor.png  	kst_csdnew.png kst_differentiatecurves.png kst_viewmanager.png  	kst_newplot.png DESTINATION ${ICON_INSTALL_DIR}/hicolor/22x22/actions/ )
 
 
 


More information about the Kst mailing list