新增秘钥生成器+程序守护进程

This commit is contained in:
feiyangqingyun
2020-06-18 08:34:35 +08:00
parent b7979fa991
commit 3ea100dc59
42 changed files with 1582 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
#-------------------------------------------------
#
# Project created by QtCreator 2019-02-15T14:34:50
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = livetool
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp frmmain.cpp trayicon.cpp app.cpp
HEADERS += frmmain.h trayicon.h app.h
FORMS += frmmain.ui
RESOURCES += main.qrc