mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 13:29:52 +08:00
add QHotkey
This commit is contained in:
parent
34f3bb7a08
commit
18080d174c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "libs/vtextedit"]
|
||||
path = libs/vtextedit
|
||||
url = https://github.com/vnotex/vtextedit.git
|
||||
[submodule "libs/QHotkey"]
|
||||
path = libs/QHotkey
|
||||
url = https://github.com/vnotex/QHotkey.git
|
||||
|
1
libs/QHotkey
Submodule
1
libs/QHotkey
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7999052006382afbb8708bf73f877240ed8ad1e5
|
@ -1,4 +1,5 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += \
|
||||
vtextedit
|
||||
vtextedit \
|
||||
QHotkey
|
||||
|
@ -46,6 +46,8 @@ include($$LIBS_FOLDER/vtextedit/src/editor/editor_export.pri)
|
||||
|
||||
include($$LIBS_FOLDER/vtextedit/src/libs/syntax-highlighting/syntax-highlighting_export.pri)
|
||||
|
||||
include($$LIBS_FOLDER/QHotkey/QHotkey_export.pri)
|
||||
|
||||
include($$PWD/utils/utils.pri)
|
||||
|
||||
include($$PWD/export/export.pri)
|
||||
|
@ -12,6 +12,8 @@ include($$LIBS_FOLDER/vtextedit/src/editor/editor_export.pri)
|
||||
|
||||
include($$LIBS_FOLDER/vtextedit/src/libs/syntax-highlighting/syntax-highlighting_export.pri)
|
||||
|
||||
include($$LIBS_FOLDER/QHotkey/QHotkey_export.pri)
|
||||
|
||||
include($$SRC_FOLDER/utils/utils.pri)
|
||||
|
||||
include($$SRC_FOLDER/export/export.pri)
|
||||
|
Loading…
x
Reference in New Issue
Block a user