aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
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