diff options
Diffstat (limited to 'src/plugins/CommandLineOptions')
4 files changed, 19 insertions, 23 deletions
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 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 diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro index 3b645e3dd..128ae4962 100644 --- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro +++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro @@ -1,15 +1,14 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption -QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libseekoption.so -RESOURCES = translations/translations.qrc +HEADERS += seekoption.h -target.path = $$LIB_DIR/qmmp/CommandLineOptions -INSTALLS += target +SOURCES += seekoption.cpp LIBS += -lqmmpui -HEADERS += seekoption.h +RESOURCES = translations/translations.qrc -SOURCES += seekoption.cpp +target.path = $$LIB_DIR/qmmp/CommandLineOptions +INSTALLS += target diff --git a/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro b/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro index fc60cbdb9..b5cb6188f 100644 --- a/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro +++ b/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/CommandLineOptions/statusoption -QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libstatusoption.so RESOURCES = translations/translations.qrc |
