blob: 830c01aa3aca22568d8c5915f1a019c06cfb18af (
plain) (
tree)
|
|
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 = $$PLUGIN_DIR/General
INSTALLS += target
|