From 2830cce39c0f3e677993bb19c031eb61b43659a3 Mon Sep 17 00:00:00 2001
From: ccy <3140717620@qq.com>
Date: 星期四, 21 五月 2026 10:25:23 +0800
Subject: [PATCH] 同步与CNNCSIM的加密解密的方式

---
 LicenseAdministrator.pro |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/LicenseAdministrator.pro b/LicenseAdministrator.pro
index ada371e..82907aa 100644
--- a/LicenseAdministrator.pro
+++ b/LicenseAdministrator.pro
@@ -16,17 +16,23 @@
 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
 
 SOURCES += \
+    licensedata.cpp \
     main.cpp \
     mainwindow.cpp \
-    qaesencryption.cpp
+    qaesencryption.cpp \
+    shortcrypto.cpp \
+    tinyaes.cpp
 
 HEADERS += \
     aesni-enc-cbc.h \
     aesni-enc-ecb.h \
     aesni-key-exp.h \
     aesni-key-init.h \
+    licensedata.h \
     mainwindow.h \
-    qaesencryption.h
+    qaesencryption.h \
+    shortcrypto.h \
+    tinyaes.h
 
 FORMS += \
     mainwindow.ui

--
Gitblit v1.9.1