aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/src.pro b/src/src.pro
index 954738c8..6d4aa331 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -10,21 +10,6 @@ DEFINES += $$QXMPP_INTERNAL_DEFINES
INCLUDEPATH += $$QXMPP_INCLUDEPATH $$QXMPP_INTERNAL_INCLUDES
LIBS += $$QXMPP_INTERNAL_LIBS
-!isEmpty(QXMPP_USE_SPEEX) {
- DEFINES += QXMPP_USE_SPEEX
- LIBS += -lspeex
-}
-
-!isEmpty(QXMPP_USE_THEORA) {
- DEFINES += QXMPP_USE_THEORA
- LIBS += -ltheoradec -ltheoraenc
-}
-
-!isEmpty(QXMPP_USE_VPX) {
- DEFINES += QXMPP_USE_VPX
- LIBS += -lvpx
-}
-
# Target definition
TARGET = $$QXMPP_LIBRARY_NAME
VERSION = $$QXMPP_VERSION