diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 08:28:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 08:28:22 +0000 |
| commit | bdb959c784e4f3a5be7424f7ff70d08821d1e164 (patch) | |
| tree | 46b2cbcfb4816d6d84c0a2301c9514756791ee14 /src/src.pro | |
| parent | f9fd7817831c2999044749b21bec05be24ba013e (diff) | |
| download | qxmpp-bdb959c784e4f3a5be7424f7ff70d08821d1e164.tar.gz | |
mention "QT -= gui" when QXMPP_NO_GUI is defined
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro index 8f6c2139..388449ec 100644 --- a/src/src.pro +++ b/src/src.pro @@ -8,6 +8,7 @@ CONFIG += staticlib # To disable the dependency on QtGui, uncomment the following: # DEFINES += QXMPP_NO_GUI +# QT -= gui # To enable support for the Speex codec, uncomment the following: # DEFINES += QXMPP_USE_SPEEX |
