aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 16:10:10 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 16:10:10 +0000
commitd8f09970781e6e40d1941ebc2543535022433e2c (patch)
treecae59095b55464b9f601b22dee51fc7e8ed54aef /source/source.pro
parent29408349ee6f9010b867e48092f87a62cb5a97cb (diff)
downloadqxmpp-d8f09970781e6e40d1941ebc2543535022433e2c.tar.gz
add comment about available definitions
Diffstat (limited to 'source/source.pro')
-rw-r--r--source/source.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/source.pro b/source/source.pro
index 275eb87a..157a23cc 100644
--- a/source/source.pro
+++ b/source/source.pro
@@ -4,6 +4,12 @@ QT += network \
CONFIG += staticlib \
debug_and_release
+# To disable the dependency on QtGui, uncomment the following:
+# DEFINES += QXMPP_NO_GUI
+
+# To enable support for the Speex codec, uncomment the following:
+# DEFINES += QXMPP_USE_SPEEX
+
# Make sure the library gets built in the same location
# regardless of the platform. On win32 the library is
# automagically put in debug/release folders, so do the