From 341a62c4d8017b14e07d28ce8c79b1b847ac7c9a Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 15:47:58 +0000 Subject: [PATCH] Fix wrong case problem with cross compiling. --- pokerth_game.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 1c0b2787..f390684f 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -355,9 +355,9 @@ win32 { -lmswsock \ -lws2_32 \ -ladvapi32 \ - -lsdl \ - -lsdlmain \ - -lsdl_mixer \ + -lSDL \ + -lSDLmain \ + -lSDL_mixer \ -lwldap32 RC_FILE = pokerth.rc }