diff options
| author | motsyo <motsyo@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-25 22:27:27 +0000 |
|---|---|---|
| committer | motsyo <motsyo@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-25 22:27:27 +0000 |
| commit | 35111cdb86409d4dde99f7b56b2c8654cb879557 (patch) | |
| tree | 091aa35a7779188dd4fd54ab06f50d563a6471a8 /src | |
| parent | 9b76b38c6788ed80d65188080f82dcff37c6f096 (diff) | |
| download | qmmp-35111cdb86409d4dde99f7b56b2c8654cb879557.tar.gz qmmp-35111cdb86409d4dde99f7b56b2c8654cb879557.tar.bz2 qmmp-35111cdb86409d4dde99f7b56b2c8654cb879557.zip | |
fix build with using qmake (--as-needed)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@709 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Input/mad/mad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro index dfafd0343..7d0647738 100644 --- a/src/plugins/Input/mad/mad.pro +++ b/src/plugins/Input/mad/mad.pro @@ -24,7 +24,7 @@ plugin \ link_pkgconfig TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib -LIBS += -lqmmp +LIBS += -lqmmp -lmad PKGCONFIG += taglib mad TRANSLATIONS = translations/mad_plugin_ru.ts \ translations/mad_plugin_uk_UA.ts \ |
