From f26b15eb0d97fb288c7edd481b76b5df54750879 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Dec 2018 20:55:22 +0000 Subject: added removable volume detecion for windows git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8469 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/rdetect/rdetect.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/plugins/General/rdetect/rdetect.pro (limited to 'src/plugins/General/rdetect/rdetect.pro') diff --git a/src/plugins/General/rdetect/rdetect.pro b/src/plugins/General/rdetect/rdetect.pro new file mode 100644 index 000000000..ebbb4a67e --- /dev/null +++ b/src/plugins/General/rdetect/rdetect.pro @@ -0,0 +1,16 @@ +include(../../plugins.pri) + +TARGET = $$PLUGINS_PREFIX/General/rdetect + +HEADERS += rdetectfactory.h \ + removablehelper.h + +SOURCES += rdetectfactory.cpp \ + removablehelper.cpp + +#RESOURCES = translations/translations.qrc + +LIBS += $$QMMPUI_LIB + +target.path = $$PLUGIN_DIR/General +INSTALLS += target -- cgit v1.2.3-13-gbd6f