aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/hotkey/hotkey.pro
blob: 7195a581174581d2819ed7be7698cf2032a0a61b (plain) (tree)
1
2
3
4

                           

                                         













                                   

                                          

                     
       

                                         

                             
  
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 = $$LIB_DIR/qmmp/General
    INSTALLS += target
    PKGCONFIG += x11
    DEFINES += HAVE_XKBLIB_H
}