aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/gnomehotkey/gnomehotkey.pro
blob: fa067f2b3a78797fa92e49389df2e5a954edc867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/gnomehotkey

QT += dbus

HEADERS += gnomehotkeyfactory.h \
    mediakeys.h

SOURCES += gnomehotkeyfactory.cpp \
    mediakeys.cpp

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

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