aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/archive/archive.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/archive/archive.pro')
-rw-r--r--src/plugins/Input/archive/archive.pro12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/plugins/Input/archive/archive.pro b/src/plugins/Input/archive/archive.pro
index d10d22e8c..5de6744fc 100644
--- a/src/plugins/Input/archive/archive.pro
+++ b/src/plugins/Input/archive/archive.pro
@@ -16,22 +16,14 @@ SOURCES += \
TARGET=$$PLUGINS_PREFIX/Input/archive
-CONFIG += warn_on \
-plugin \
-link_pkgconfig
-
-TEMPLATE = lib
+LIBS += -lqmmp
RESOURCES = translations/translations.qrc
unix {
target.path = $$LIB_DIR/qmmp/Input
INSTALLS += target
- LIBS += -lqmmp
+
PKGCONFIG += libarchive taglib
QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libarc.so
}
-
-win32 {
- LIBS += -lqmmp0 -larchive -ltag
-}