diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index c491921a..7427972e 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -70,8 +70,8 @@ class QXmppVCardManager; /// 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 +/// For removing QXmpp dependency in QtGui, use DEFINES += QXMPP_NO_GUI +/// in the source.pro file and build as usual. /// /// \ingroup Core |
