新增秘钥生成器+程序守护进程
This commit is contained in:
24
live/livetool/livetool.pro
Normal file
24
live/livetool/livetool.pro
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user