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

                          
                                     
 
          



                         

                           



                           

                             
 

                          
                    


                                         
                                  
                  
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/hal

QT += dbus

HEADERS += halfactory.h \
           halplugin.h \
           halmanager.h \
           haldevice.h \
           settingsdialog.h

SOURCES += halfactory.cpp \
           halplugin.cpp \
           halmanager.cpp \
           haldevice.cpp \
           settingsdialog.cpp

FORMS += settingsdialog.ui

LIBS += $$QMMPUI_LIB

RESOURCES = translations/translations.qrc

target.path = $$PLUGIN_DIR/General
INSTALLS += target