更新代码

This commit is contained in:
feiyangqingyun
2021-11-03 14:14:27 +08:00
parent f027369f27
commit 39199724c2
151 changed files with 391 additions and 188 deletions

View File

@@ -11,17 +11,17 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = nettool
TEMPLATE = app
RC_FILE = other/main.rc
RC_FILE = qrc/main.rc
wasm {
DEFINES += emsdk
RESOURCES += other/font.qrc
RESOURCES += qrc/font.qrc
} else {
DESTDIR = $$PWD/../bin
}
SOURCES += main.cpp
HEADERS += head.h
RESOURCES += other/main.qrc
RESOURCES += qrc/main.qrc
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/api