diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 16:10:10 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 16:10:10 +0000 |
| commit | d8f09970781e6e40d1941ebc2543535022433e2c (patch) | |
| tree | cae59095b55464b9f601b22dee51fc7e8ed54aef /source/source.pro | |
| parent | 29408349ee6f9010b867e48092f87a62cb5a97cb (diff) | |
| download | qxmpp-d8f09970781e6e40d1941ebc2543535022433e2c.tar.gz | |
add comment about available definitions
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 6 |
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 |
