aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/rdetect.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-01 20:55:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-01 20:55:22 +0000
commitf26b15eb0d97fb288c7edd481b76b5df54750879 (patch)
treee5eeb92b7c5e8cc00d6cfa6c0731ecdfc11e03c8 /src/plugins/General/rdetect/rdetect.pro
parent34b50c5061c75c2922216d04cfb7dfc4065e4dd8 (diff)
downloadqmmp-f26b15eb0d97fb288c7edd481b76b5df54750879.tar.gz
qmmp-f26b15eb0d97fb288c7edd481b76b5df54750879.tar.bz2
qmmp-f26b15eb0d97fb288c7edd481b76b5df54750879.zip
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
Diffstat (limited to 'src/plugins/General/rdetect/rdetect.pro')
-rw-r--r--src/plugins/General/rdetect/rdetect.pro16
1 files changed, 16 insertions, 0 deletions
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