aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/QXmppClient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index d2539c25..2c9f6050 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -63,6 +63,9 @@ class QXmppVersionIq;
/// to the server on disconnections due to an error. User can have a custom
/// reconnection mechanism as well.
///
+/// For removing QXmpp dependency in QtGui, use DEFINE = QXMPP_NO_GUI
+/// in the source.pro file and build as usual
+///
class QXmppClient : public QObject
{