From: <si...@us...> - 2013-06-13 14:30:10
|
Revision: 1321 http://sourceforge.net/p/qterm/code/1321 Author: sidos Date: 2013-06-13 14:30:07 +0000 (Thu, 13 Jun 2013) Log Message: ----------- resources are builtin using qt resource system Removed Paths: ------------- trunk/qterm/src/cursor/CMakeLists.txt trunk/qterm/src/pic/CMakeLists.txt Deleted: trunk/qterm/src/cursor/CMakeLists.txt =================================================================== --- trunk/qterm/src/cursor/CMakeLists.txt 2013-06-13 14:20:13 UTC (rev 1320) +++ trunk/qterm/src/cursor/CMakeLists.txt 2013-06-13 14:30:07 UTC (rev 1321) @@ -1,2 +0,0 @@ -file(GLOB cursorFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.xpm") -install(FILES ${cursorFiles} DESTINATION share/qterm/cursor) Deleted: trunk/qterm/src/pic/CMakeLists.txt =================================================================== --- trunk/qterm/src/pic/CMakeLists.txt 2013-06-13 14:20:13 UTC (rev 1320) +++ trunk/qterm/src/pic/CMakeLists.txt 2013-06-13 14:30:07 UTC (rev 1321) @@ -1,2 +0,0 @@ -file(GLOB picFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -install(FILES ${picFiles} DESTINATION share/qterm/pic) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |