From d11e0741bd431c46984a661dd76d487e7d7c59be Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 7 Feb 2012 09:43:16 +0000 Subject: link against winsock2 on win32 for ntohl and friends --- qxmpp.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qxmpp.pri b/qxmpp.pri index 4168a067..6f0145b1 100644 --- a/qxmpp.pri +++ b/qxmpp.pri @@ -14,6 +14,8 @@ CONFIG(debug, debug|release) { symbian { QXMPP_INTERNAL_INCLUDES = $$APP_LAYER_SYSTEMINCLUDE QXMPP_INTERNAL_LIBS = -lesock +} else:win32 { + QXMPP_INTERNAL_LIBS = -lws2_32 } # Libraries for apps which use QXmpp -- cgit v1.2.3