Skip to content

Commit b65775c

Browse files
author
homann
committedFeb 28, 2007
Set path to windres.exe
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6734 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d47e16a commit b65775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IF (WIN32)
3030
IF( MINGW )
3131
# resource compilation for MinGW
3232
ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/icon.o
33-
COMMAND windres.exe -I${CMAKE_CURRENT_SOURCE_DIR} -i${CMAKE_CURRENT_SOURCE_DIR}/qgis_win32.rc
33+
COMMAND ${WINDRES} -I${CMAKE_CURRENT_SOURCE_DIR} -i${CMAKE_CURRENT_SOURCE_DIR}/qgis_win32.rc
3434
-o ${CMAKE_CURRENT_BINARY_DIR}/icon.o )
3535
SET(QGIS_APP_SRCS ${QGIS_APP_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/icon.o)
3636
ELSE( MINGW )

0 commit comments

Comments
 (0)
Please sign in to comment.