Jelajahi Sumber

add QHotkey

Le Tan 3 tahun lalu
induk
melakukan
18080d174c
5 mengubah file dengan 10 tambahan dan 1 penghapusan
  1. 3 0
      .gitmodules
  2. 1 0
      libs/QHotkey
  3. 2 1
      libs/libs.pro
  4. 2 0
      src/src.pro
  5. 2 0
      tests/commonfull.pri

+ 3 - 0
.gitmodules

@@ -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 - 0
libs/QHotkey

@@ -0,0 +1 @@
+Subproject commit 7999052006382afbb8708bf73f877240ed8ad1e5

+ 2 - 1
libs/libs.pro

@@ -1,4 +1,5 @@
 TEMPLATE = subdirs
 
 SUBDIRS += \
-    vtextedit
+    vtextedit \
+    QHotkey

+ 2 - 0
src/src.pro

@@ -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)

+ 2 - 0
tests/commonfull.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)