From 4633a0fdeaa6ed2ba49b8a7d158d8e85cd1069b6 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 29 Mar 2007 23:34:41 +0000 Subject: [PATCH] Added Win32 libs so that the static qt works without additional changes. Only affects the Win32 version. --- pokerth.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth.pro b/pokerth.pro index fef37500..5683e2b8 100755 --- a/pokerth.pro +++ b/pokerth.pro @@ -182,7 +182,7 @@ win32 { src/net/win32/socket_startup.cpp INCLUDEPATH += ../boost/ LIBPATH += ../boost/stage/lib - LIBS += ws2_32.lib advapi32.lib + LIBS += gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib winspool.lib ole32.lib uuid.lib user32.lib msimg32.lib shell32.lib kernel32.lib ws2_32.lib advapi32.lib RC_FILE = pokerth.rc } !win32 {