aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qxmpp.pri2
1 files changed, 2 insertions, 0 deletions
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