ccy
8 天以前 2830cce39c0f3e677993bb19c031eb61b43659a3
LicenseAdministrator.pro
@@ -1,4 +1,4 @@
QT       += core gui
QT       += core gui xlsx
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -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