aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/gnomehotkey/gnomehotkey.pro
blob: 1c693f1b7f51ba7908a200749a0212341ec52a92 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                        

















                                         
include(../../plugins.pri)

CONFIG += warn_on \
plugin  \
 lib \
 qdbus

TARGET = $$PLUGINS_PREFIX/General/gnomehotkey
QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libgnomehotkey.so

TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib

RESOURCES = translations/translations.qrc

isEmpty(LIB_DIR){
    LIB_DIR = /lib
}
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target


HEADERS += gnomehotkeyfactory.h \
    mediakeys.h

SOURCES += gnomehotkeyfactory.cpp \
    mediakeys.cpp

INCLUDEPATH += ../../../../src

LIBS += -lqmmpui -lqmmp