aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/rdetect.pro
blob: 8a52b61ea4094735c37f907fd25e1966d661c0a7 (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