diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/PlayListOption')
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro | 15 |
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 |
