From 8c6b8e6cd55dc3cf72ed696efab019ef627cad2f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 5 Mar 2011 12:50:46 +0000 Subject: Theme Editor: make cross compiling on OS X work. The attempt to detect if building a fat library is necessary for libskin_parser makes cross compiling fail on OS X. Allow overriding the target platform for libskin_parser to fix that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29515 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index b8d1dd3..45300e4 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -40,7 +40,7 @@ cross { # retrieve ar binary for w32 cross compile. This might be specific to # Fedora mingw32 packages of Qt. Using member() here is needed because at # least the F13 packages add ar options to the variable. - CROSSOPTIONS += AR=$$member(QMAKE_LIB) + CROSSOPTIONS += AR=$$member(QMAKE_LIB) TARGETPLATFORM=\"MinGW\" # make sure we use the correct subsystem to prevent a console window coming up. LIBS += -Wl,-subsystem,windows -- cgit v1.1