aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 19:46:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 19:46:22 +0000
commit67a9bce5ac51e6d7ae8c756003649ce67398af03 (patch)
tree58e5bdd8665aa9f1f691884081d91736fe724b41 /src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
parentd33947d2ae627981141379889e510dff4c07c6b4 (diff)
downloadqmmp-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/CommandLineOptions/PlayListOption/PlayListOption.pro')
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro b/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
index 37dbd9cc3..4887aa86e 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
+++ b/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
@@ -1,15 +1,14 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/CommandLineOptions/playlistoption
-QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libplaylistoption.so
+TARGET = $$PLUGINS_PREFIX/CommandLineOptions/playlistoption
-RESOURCES = translations/translations.qrc
+HEADERS += playlistoption.h
-target.path = $$LIB_DIR/qmmp/CommandLineOptions
-INSTALLS += target
+SOURCES += playlistoption.cpp
-LIBS += -lqmmpui
+RESOURCES = translations/translations.qrc
-HEADERS += playlistoption.h
+LIBS += -lqmmpui
-SOURCES += playlistoption.cpp
+target.path = $$LIB_DIR/qmmp/CommandLineOptions
+INSTALLS += target