diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/SeekOption.pro | 11 |
1 files changed, 5 insertions, 6 deletions
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 |
