aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkey.pro
blob: 7d305430c08362c8743af0cdc7ea6415b2cbe45d (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
26
27
28
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/hotkey

HEADERS += hotkeyfactory.h \
           hotkeymanager.h \
           settingsdialog.h \
           hotkeydialog.h

SOURCES += hotkeyfactory.cpp \
           settingsdialog.cpp \
           hotkeydialog.cpp \
           hotkeymanager_x11.cpp \
           hotkeymanager_win.cpp

FORMS += settingsdialog.ui \
         hotkeydialog.ui

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$PLUGIN_DIR/General
    INSTALLS += target
    PKGCONFIG += x11
    QT += x11extras
}