aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-07 09:28:22 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-07 09:28:22 +0000
commit2e28d735032880dfeb3f9221cb070b0fbfd7c30c (patch)
treef4f31afa025792ca33aeaef35b7ea4aaea1d06b5 /src/src.pro
parentb4f4b09913489476c35acd26576b8f198f6a1751 (diff)
downloadqxmpp-2e28d735032880dfeb3f9221cb070b0fbfd7c30c.tar.gz
remove dependency on QtGui (Closes: #66)
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 2 insertions, 4 deletions
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