From 74b247ac859dff153a39222fb4e88a447c4f881a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 18:39:47 +0000 Subject: cleaning qmake files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7419 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/flac.pro | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/plugins/Input/flac') diff --git a/src/plugins/Input/flac/flac.pro b/src/plugins/Input/flac/flac.pro index 9f2119db6..8c9ae70cc 100644 --- a/src/plugins/Input/flac/flac.pro +++ b/src/plugins/Input/flac/flac.pro @@ -12,23 +12,18 @@ SOURCES += decoder_flac.cpp \ replaygainreader.cpp TARGET = $$PLUGINS_PREFIX/Input/flac -CONFIG += warn_on \ - plugin \ - link_pkgconfig -TEMPLATE = lib - RESOURCES = translations/translations.qrc +LIBS += -lqmmp + unix { target.path = $$LIB_DIR/qmmp/Input INSTALLS += target PKGCONFIG += taglib flac - LIBS += -lqmmp + QMAKE_CLEAN = $$PLUGINS_PREFIX/Input/libflac.so } win32 { - HEADERS += ../../../../src/qmmp/metadatamodel.h \ - ../../../../src/qmmp/decoderfactory.h - LIBS += -lqmmp0 -lflac -logg -ltag.dll -lm + LIBS += -lflac -logg -ltag.dll -lm } -- cgit v1.2.3-13-gbd6f