From 2e28d735032880dfeb3f9221cb070b0fbfd7c30c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 7 Dec 2010 09:28:22 +0000 Subject: remove dependency on QtGui (Closes: #66) --- src/src.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 0eef9966..9586cae5 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,15 +1,13 @@ include(../qxmpp.pri) +QT -= gui + TEMPLATE = lib CONFIG += staticlib INCLUDEPATH += $$QXMPP_INCLUDE_DIR LIBS += $$QXMPP_INTERNAL_LIBS -# To disable the dependency on QtGui, uncomment the following: -# DEFINES += QXMPP_NO_GUI -# QT -= gui - # To enable support for the Speex codec, uncomment the following: # DEFINES += QXMPP_USE_SPEEX # LIBS += -lspeex -- cgit v1.2.3