1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +02:00

Fix cross-compilation in cmake 2.8.5

This commit is contained in:
Dominik Schmidt
2011-08-12 14:05:22 +02:00
parent dc34262445
commit 6be91dd558
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
SET(WINDRES_EXECUTABLE ${CMAKE_RC_COMPILER})
# This macro is taken from kdelibs/cmake/modules/KDE4Macros.cmake.
#
# Copyright (c) 2006-2009 Alexander Neundorf, <neundorf@kde.org>