blob: ebbb4a67ef782a074d37be2986608d276ad0da13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|