From 67a9bce5ac51e6d7ae8c756003649ce67398af03 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 19:46:22 +0000 Subject: reformat .pro files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38 --- .../IncDecVolumeOption/IncDecVolumeOption.pro | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro index d8aa5135a..1e3558c8e 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro @@ -1,15 +1,14 @@ include(../../plugins.pri) -TARGET =$$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption -QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libincdecvolumeoption.so +TARGET = $$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption -RESOURCES = translations/translations.qrc +HEADERS += incdecvolumeoption.h -target.path = $$LIB_DIR/qmmp/CommandLineOptions -INSTALLS += target +SOURCES += incdecvolumeoption.cpp -LIBS += -lqmmpui +RESOURCES = translations/translations.qrc -HEADERS += incdecvolumeoption.h +LIBS += -lqmmpui -SOURCES += incdecvolumeoption.cpp +target.path = $$LIB_DIR/qmmp/CommandLineOptions +INSTALLS += target -- cgit v1.2.3-13-gbd6f