aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-04-17 05:36:13 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-04-17 05:36:13 +0000
commit74d86f9ad0ad9b80eb8be1651b93acb5e615b432 (patch)
treee25f28808f41ddbc54bfb3c443c457b68863f02a /source
parentfd84a9f73dd5fffebdf122a0ecd154281b701d52 (diff)
downloadqxmpp-74d86f9ad0ad9b80eb8be1651b93acb5e615b432.tar.gz
QXMPP_NO_GUI doc
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
{