diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-29 14:24:30 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-29 14:24:30 +0000 |
| commit | 0ac6b4861af8dce74bd04695086f4abe8ae3df87 (patch) | |
| tree | 91fc293bf486f28336aac7f21ea541538d86bb9d /src/src.pro | |
| parent | 851354149e4d26237b2c45f48978b34c23097c6b (diff) | |
| download | qxmpp-0ac6b4861af8dce74bd04695086f4abe8ae3df87.tar.gz | |
add libraries for DNS
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 9 |
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 |
