From: Fridrich S. <str...@us...> - 2007-10-09 15:31:46
|
Update of /cvsroot/libwpg/perfectspot/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22547/src Modified Files: CMakeLists.txt Log Message: install and package the icon too Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/libwpg/perfectspot/src/CMakeLists.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- CMakeLists.txt 9 Oct 2007 13:35:26 -0000 1.6 +++ CMakeLists.txt 9 Oct 2007 15:31:41 -0000 1.7 @@ -34,3 +34,4 @@ target_link_libraries(perfectspot ${QT_LIBRARIES} ${LIBWPG_LIBRARIES} ${LIBWPG_STREAM_LIBRARIES}) install(TARGETS ${PROGNAME} DESTINATION bin) +install(FILES perfectspot.png DESTINATION share/pixmaps) |