From bdb959c784e4f3a5be7424f7ff70d08821d1e164 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 1 Sep 2010 08:28:22 +0000 Subject: mention "QT -= gui" when QXMPP_NO_GUI is defined --- src/src.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.pro') 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 -- cgit v1.2.3