aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 293d27ec..0203a720 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -5,11 +5,11 @@ QT -= gui
TEMPLATE = lib
CONFIG += staticlib
+DEFINES += QT_STATICPLUGIN
+DEFINES += $$QXMPP_INTERNAL_DEFINES
INCLUDEPATH += $$QXMPP_INCLUDEPATH $$QXMPP_INTERNAL_INCLUDES
LIBS += $$QXMPP_INTERNAL_LIBS
-DEFINES += QT_STATICPLUGIN
-
# To enable support for the Speex audio codec, uncomment the following:
# DEFINES += QXMPP_USE_SPEEX
# LIBS += -lspeex