aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/hal.pro
blob: 2fca9bf0c1ea74b72513ae70aee26a22dc62c8fe (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
27
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


RESOURCES = translations/translations.qrc

LIBS += -lqmmpui

target.path = $$LIB_DIR/qmmp/General
INSTALLS += target