From: Alexander von Renteln Date: Wed, 2 Apr 2008 17:10:01 +0000 (+0000) Subject: small correction for the static windows built X-Git-Tag: 0.2.0-alpha5~30 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=27b9aba674e1fdd804a80e3dbb4efb6dd67fad65;ds=sidebyside small correction for the static windows built --- diff --git a/build/targets/target.pri b/build/targets/target.pri index e3b4f6d3..ed9423e9 100644 --- a/build/targets/target.pri +++ b/build/targets/target.pri @@ -36,7 +36,7 @@ win32:static { CONFIG += embed_manifest_exe LIBS *= -luser32 -lgdi32 -lkernel32 -lshell32 -lwsock32 -lwinspool -lcomdlg32 -lole32 LIBS *= -ladvapi32 -limm32 -luuid -lwinmm -ldelayimp -lopengl32 -lglu32 -loleaut32 -lws2_32 - LIBS *= -llibeay32MT -lssleay32MT + LIBS *= -llibeay32MD -lssleay32MD QMAKE_LFLAGS_WINDOWS += /nodefaultlib:"libcmt.lib" }