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/ladspa | |
| 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/ladspa')
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspa.pro | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index 2b8f94d84..7fb3402e7 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -1,4 +1,7 @@ include(../../plugins.pri) + +TARGET = $$PLUGINS_PREFIX/Effect/ladspa + HEADERS += ladspahost.h \ effectladspafactory.h \ settingsdialog.h \ @@ -6,6 +9,7 @@ HEADERS += ladspahost.h \ ladspa.h \ ladspahelper.h \ ladspabutton.h + SOURCES += ladspahost.cpp \ effectladspafactory.cpp \ settingsdialog.cpp \ @@ -13,14 +17,12 @@ SOURCES += ladspahost.cpp \ ladspahelper.cpp \ ladspabutton.cpp -TARGET = $$PLUGINS_PREFIX/Effect/ladspa -QMAKE_CLEAN = $$PLUGINS_PREFIX/Effect/libladspa.so +FORMS += settingsdialog.ui -LIBS += -L/usr/lib -I/usr/include +RESOURCES = translations/translations.qrc +LIBS += -L/usr/lib -I/usr/include linux-g++|linux-g++-32|linux-g++-64:LIBS += -ldl -RESOURCES = translations/translations.qrc target.path = $$LIB_DIR/qmmp/Effect INSTALLS += target -FORMS += settingsdialog.ui |
