diff options
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 |
