blob: 429c928483a78ad33dafd6a25bb9df9933237933 (
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
|
include(../../plugins.pri)
CONFIG += warn_on \
plugin \
lib \
qdbus
TARGET = $$PLUGINS_PREFIX/General/gnomehotkey
QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libgnomehotkey.so
TEMPLATE = lib
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
HEADERS += gnomehotkeyfactory.h \
mediakeys.h
SOURCES += gnomehotkeyfactory.cpp \
mediakeys.cpp
LIBS += -lqmmpui -lqmmp
|