aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 14:24:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 14:24:30 +0000
commit0ac6b4861af8dce74bd04695086f4abe8ae3df87 (patch)
tree91fc293bf486f28336aac7f21ea541538d86bb9d /src/src.pro
parent851354149e4d26237b2c45f48978b34c23097c6b (diff)
downloadqxmpp-0ac6b4861af8dce74bd04695086f4abe8ae3df87.tar.gz
add libraries for DNS
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index edd2700d..78edbc42 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -11,6 +11,15 @@ CONFIG += staticlib
# To enable support for the Speex codec, uncomment the following:
# DEFINES += QXMPP_USE_SPEEX
+# LIBS += -lspeex
+
+# DNS support
+macx {
+ LIBS += -lresolv
+}
+win32 {
+ LIBS += -ldnsapi
+}
# Target definition
TARGET = $$QXMPP_LIBRARY_NAME