Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435)
This commit is contained in:
parent
a921aa1836
commit
dd7c74f479
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user