From 7727ff8d2e9b6cf8e272f30c859190b4ef272133 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 24 Apr 2012 12:38:48 +0200 Subject: document qmake options --- src/src.pro | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index c22bbb3e..8bfe9217 100644 --- a/src/src.pro +++ b/src/src.pro @@ -10,19 +10,16 @@ DEFINES += $$QXMPP_INTERNAL_DEFINES INCLUDEPATH += $$QXMPP_INCLUDEPATH $$QXMPP_INTERNAL_INCLUDES LIBS += $$QXMPP_INTERNAL_LIBS -# To enable support for the Speex audio codec, pass QXMPP_USE_SPEEX=1 to qmake. !isEmpty(QXMPP_USE_SPEEX) { DEFINES += QXMPP_USE_SPEEX LIBS += -lspeex } -# To enable support for the Theora video codec, pass QXMPP_USE_THEORA=1 to qmake. !isEmpty(QXMPP_USE_THEORA) { DEFINES += QXMPP_USE_THEORA LIBS += -ltheoradec -ltheoraenc } -# To enable support for the Vpx video codec, pass QXMPP_USE_VPX=1 to qmake. !isEmpty(QXMPP_USE_VPX) { DEFINES += QXMPP_USE_VPX LIBS += -lvpx -- cgit v1.2.3