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.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/Input/archive/archive.pro b/src/plugins/Input/archive/archive.pro
index 55c5d06dc..d10d22e8c 100644
--- a/src/plugins/Input/archive/archive.pro
+++ b/src/plugins/Input/archive/archive.pro
@@ -16,32 +16,22 @@ SOURCES += \
TARGET=$$PLUGINS_PREFIX/Input/archive
-
-INCLUDEPATH += ../../../
CONFIG += warn_on \
plugin \
link_pkgconfig
TEMPLATE = lib
-QMAKE_LIBDIR += ../../../../lib
-
RESOURCES = translations/translations.qrc
unix {
- isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR/qmmp/Input
INSTALLS += target
-
- QMAKE_LIBDIR += ../../../../lib
LIBS += -lqmmp
PKGCONFIG += libarchive taglib
QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libarc.so
}
win32 {
-# HEADERS += ../../../../src/qmmp/metadatamodel.h \
-# ../../../../src/qmmp/decoderfactory.h
- QMAKE_LIBDIR += ../../../../bin
LIBS += -lqmmp0 -larchive -ltag
}