diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-29 19:46:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-29 19:46:22 +0000 |
| commit | 67a9bce5ac51e6d7ae8c756003649ce67398af03 (patch) | |
| tree | 58e5bdd8665aa9f1f691884081d91736fe724b41 /src/plugins/Input/mpc | |
| parent | d33947d2ae627981141379889e510dff4c07c6b4 (diff) | |
| download | qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.gz qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.tar.bz2 qmmp-67a9bce5ac51e6d7ae8c756003649ce67398af03.zip | |
reformat .pro files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc')
| -rw-r--r-- | src/plugins/Input/mpc/mpc.pro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/Input/mpc/mpc.pro b/src/plugins/Input/mpc/mpc.pro index 04f6cb09a..1f21e7222 100644 --- a/src/plugins/Input/mpc/mpc.pro +++ b/src/plugins/Input/mpc/mpc.pro @@ -1,27 +1,27 @@ include(../../plugins.pri) -FORMS += + +TARGET = $$PLUGINS_PREFIX/Input/mpc + HEADERS += decodermpcfactory.h \ decoder_mpc.h \ mpcmetadatamodel.h + SOURCES += decoder_mpc.cpp \ decodermpcfactory.cpp \ mpcmetadatamodel.cpp -TARGET = $$PLUGINS_PREFIX/Input/mpc + RESOURCES = translations/translations.qrc + unix { target.path = $$LIB_DIR/qmmp/Input INSTALLS += target - PKGCONFIG += taglib LIBS += -lmpcdec -I/usr/include exists(/usr/include/mpcdec/mpcdec.h):DEFINES += MPC_OLD_API - QMAKE_CLEAN = $$PLUGINS_PREFIX/Input/libmpc.so } win32 { - HEADERS += ../../../../src/qmmp/metadatamodel.h \ - ../../../../src/qmmp/decoderfactory.h LIBS += -lmpcdec -ltag.dll #DEFINES += MPC_OLD_API } |
