aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/rdetect.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rdetect/rdetect.pro')
-rw-r--r--src/plugins/General/rdetect/rdetect.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/plugins/General/rdetect/rdetect.pro b/src/plugins/General/rdetect/rdetect.pro
index ebbb4a67e..6e62b8401 100644
--- a/src/plugins/General/rdetect/rdetect.pro
+++ b/src/plugins/General/rdetect/rdetect.pro
@@ -3,10 +3,14 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/rdetect
HEADERS += rdetectfactory.h \
- removablehelper.h
+ removablehelper.h \
+ settingsdialog.h
SOURCES += rdetectfactory.cpp \
- removablehelper.cpp
+ removablehelper.cpp \
+ settingsdialog.cpp
+
+FORMS += settingsdialog.ui
#RESOURCES = translations/translations.qrc
@@ -14,3 +18,5 @@ LIBS += $$QMMPUI_LIB
target.path = $$PLUGIN_DIR/General
INSTALLS += target
+
+