blob: 6e62b8401335888ddb430a3052bb8118210f7c3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/rdetect
HEADERS += rdetectfactory.h \
removablehelper.h \
settingsdialog.h
SOURCES += rdetectfactory.cpp \
removablehelper.cpp \
settingsdialog.cpp
FORMS += settingsdialog.ui
#RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
target.path = $$PLUGIN_DIR/General
INSTALLS += target
|