aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/rdetect/rdetect.pro
blob: 8a52b61ea4094735c37f907fd25e1966d661c0a7 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                          

                               

                                 



                                 
 
                                          




                                   

 
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