diff options
Diffstat (limited to 'src/plugins/General/gnomehotkey/gnomehotkey.pro')
| -rw-r--r-- | src/plugins/General/gnomehotkey/gnomehotkey.pro | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/plugins/General/gnomehotkey/gnomehotkey.pro b/src/plugins/General/gnomehotkey/gnomehotkey.pro index 0968f35ed..7bafffe5f 100644 --- a/src/plugins/General/gnomehotkey/gnomehotkey.pro +++ b/src/plugins/General/gnomehotkey/gnomehotkey.pro @@ -1,15 +1,8 @@ include(../../plugins.pri) -QT += dbus - TARGET = $$PLUGINS_PREFIX/General/gnomehotkey -QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libgnomehotkey.so - -RESOURCES = translations/translations.qrc - -target.path = $$LIB_DIR/qmmp/General -INSTALLS += target +QT += dbus HEADERS += gnomehotkeyfactory.h \ mediakeys.h @@ -17,4 +10,9 @@ HEADERS += gnomehotkeyfactory.h \ SOURCES += gnomehotkeyfactory.cpp \ mediakeys.cpp +RESOURCES = translations/translations.qrc + LIBS += -lqmmpui + +target.path = $$LIB_DIR/qmmp/General +INSTALLS += target |
