diff options
Diffstat (limited to 'src/plugins/General/rdetect/rdetect.pro')
| -rw-r--r-- | src/plugins/General/rdetect/rdetect.pro | 16 |
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
|
