Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435)

This commit is contained in:
Erik van Pienbroek 2010-11-11 23:39:31 +01:00
parent a921aa1836
commit dd7c74f479
2 changed files with 9 additions and 2 deletions

View File

@ -17,3 +17,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
# which doesn't work when crosscompiling
SET(QT_HEADERS_DIR ${CMAKE_FIND_ROOT_PATH}/include)
SET(QT_LIBRARY_DIR ${CMAKE_FIND_ROOT_PATH}/lib)
# set the resource compiler (RHBZ #652435)
SET(CMAKE_RC_COMPILER /usr/bin/i686-pc-mingw32-windres)

View File

@ -1,8 +1,8 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 62
Release: 2%{?dist}
Version: 63
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
Group: Development/Libraries
@ -167,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Nov 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 63-1
- Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435)
* Tue Oct 19 2010 Ivan Romanov <drizt@land.ru> - 62-2
- Added mingw32-qmake-qt4