From 189d3340259b27659be7cc3ee9617c8e26ef133b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 17 Sep 2010 16:10:09 +0000 Subject: rework link flags --- src/src.pro | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/src.pro') 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 -- cgit v1.2.3