aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/shout/shout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/shout/shout.pro')
-rw-r--r--src/plugins/Output/shout/shout.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/Output/shout/shout.pro b/src/plugins/Output/shout/shout.pro
index 04bef93e4..fc7706366 100644
--- a/src/plugins/Output/shout/shout.pro
+++ b/src/plugins/Output/shout/shout.pro
@@ -12,26 +12,15 @@ SOURCES += outputshoutfactory.cpp \
TARGET=$$PLUGINS_PREFIX/Output/shout
-CONFIG += warn_on \
-thread \
-plugin \
-link_pkgconfig
-
-TEMPLATE = lib
RESOURCES = translations/translations.qrc
unix {
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
- LIBS += -lqmmp
QMAKE_CLEAN =$$PLUGINS_PREFIX/Output/libshout.so
PKGCONFIG += ogg vorbis vorbisenc shout soxr
}
-win32 {
- LIBS += -lqmmp0
-}
-
FORMS += \
settingsdialog.ui