aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/hal.pro
blob: f11f57489fa85f509301c13678ceba0d9d402556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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