mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
TODO: integrate it in YACReader TODO: add icons for groups TODO: add conflicts detection TODO: fix any shortcut used in keyPressEvent TODO: choose new default shortcuts (F5 update, F11 fullscreen, etc...)
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/shortcuts_dialog.h \
|
|
$$PWD/actions_groups_model.h \
|
|
$$PWD/actions_shortcuts_model.h \
|
|
$$PWD/edit_shortcut_item_delegate.h \
|
|
$$PWD/shortcuts_manager.h
|
|
|
|
SOURCES += \
|
|
$$PWD/shortcuts_dialog.cpp \
|
|
$$PWD/actions_groups_model.cpp \
|
|
$$PWD/actions_shortcuts_model.cpp \
|
|
$$PWD/edit_shortcut_item_delegate.cpp \
|
|
$$PWD/shortcuts_manager.cpp
|