diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-17 16:10:09 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-17 16:10:09 +0000 |
| commit | 189d3340259b27659be7cc3ee9617c8e26ef133b (patch) | |
| tree | b075cb33738f630b5142ca2b855fd53fd21db6e5 /src | |
| parent | a89d8a1b6f1ce28b1cde7149cc1ede8128b74e31 (diff) | |
| download | qxmpp-189d3340259b27659be7cc3ee9617c8e26ef133b.tar.gz | |
rework link flags
Diffstat (limited to 'src')
| -rw-r--r-- | src/src.pro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/src.pro b/src/src.pro index 8d012799..7319203c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,8 +3,8 @@ include(../qxmpp.pri) TEMPLATE = lib QT += network xml - CONFIG += staticlib +LIBS += $$QXMPP_INTERNAL_LIBS # To disable the dependency on QtGui, uncomment the following: # DEFINES += QXMPP_NO_GUI @@ -14,14 +14,6 @@ CONFIG += staticlib # DEFINES += QXMPP_USE_SPEEX # LIBS += -lspeex -# DNS support -unix { - LIBS += -lresolv -} -win32 { - LIBS += -ldnsapi -} - # Target definition TARGET = $$QXMPP_LIBRARY_NAME VERSION = $$QXMPP_VERSION |
