new
This commit is contained in:
28
C++/2.3.0/untitled2.pro
Normal file
28
C++/2.3.0/untitled2.pro
Normal file
@@ -0,0 +1,28 @@
|
||||
QT += network concurrent widgets
|
||||
|
||||
CONFIG += c++17
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h
|
||||
|
||||
# 添加资源文件
|
||||
RESOURCES += resources.qrc
|
||||
|
||||
# 添加版本信息
|
||||
VERSION = 2.3.0
|
||||
|
||||
win32 {
|
||||
# 链接必要的 Windows 库
|
||||
LIBS += -ladvapi32 -luser32 -lshell32 -lkernel32
|
||||
|
||||
DEPLOYMENT += 7z
|
||||
7z.path = $$OUT_PWD
|
||||
7z.files = $$PWD/7z/*
|
||||
INSTALLS += 7z
|
||||
# 生成资源文件
|
||||
RC_FILE = launcher.rc
|
||||
}
|
||||
Reference in New Issue
Block a user