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/Effect/filewriter/filewriter.pro | |
| 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/Effect/filewriter/filewriter.pro')
| -rw-r--r-- | src/plugins/Effect/filewriter/filewriter.pro | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/src/plugins/Effect/filewriter/filewriter.pro b/src/plugins/Effect/filewriter/filewriter.pro index 937044e5e..1ea616dee 100644 --- a/src/plugins/Effect/filewriter/filewriter.pro +++ b/src/plugins/Effect/filewriter/filewriter.pro @@ -1,31 +1,28 @@ include(../../plugins.pri) +TARGET = $$PLUGINS_PREFIX/Effect/filewriter + HEADERS += effectfilewriterfactory.h \ - filewriterplugin.h \ - settingsdialog.h + filewriterplugin.h \ + settingsdialog.h SOURCES += effectfilewriterfactory.cpp \ - filewriterplugin.cpp \ - settingsdialog.cpp + filewriterplugin.cpp \ + settingsdialog.cpp -TARGET =$$PLUGINS_PREFIX/Effect/filewriter +FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc +LIBS += -lqmmpui + unix { target.path = $$LIB_DIR/qmmp/Effect INSTALLS += target - - LIBS += -lqmmp -lqmmpui - QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libfilewriter.so PKGCONFIG += ogg vorbis vorbisenc } win32 { - LIBS += -lqmmp0 -lqmmpui0 -lvorbisfile -lvorbis -logg -lvorbisenc + LIBS += -lvorbisfile -lvorbis -logg -lvorbisenc LD_FLAGS += -no-undefined } - -FORMS += \ - settingsdialog.ui - |
