mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
Improve Features
Support downloading files from website directly; Show DSpinner before webpage loading progress finished.
This commit is contained in:
@@ -9,24 +9,23 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
CONFIG += c++11 link_pkgconfig
|
||||
PKGCONFIG += dtkwidget
|
||||
|
||||
SOURCES += main.cpp\
|
||||
httpd.cpp \
|
||||
mainwindow.cpp \
|
||||
webenginepage.cpp \
|
||||
widget.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
globaldefine.h \
|
||||
httpd.h \
|
||||
httplib.h \
|
||||
webenginepage.h \
|
||||
widget.h
|
||||
|
||||
FORMS += widget.ui
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
httpd.cpp \
|
||||
mainwindow.cpp \
|
||||
webenginepage.cpp \
|
||||
widget.cpp
|
||||
|
||||
RESOURCES += imgs.qrc
|
||||
RESOURCES += \
|
||||
imgs.qrc
|
||||
|
||||
TRANSLATIONS += \
|
||||
translations/spark-webapp-runtime_zh_CN.ts
|
||||
|
||||
|
||||
translations/spark-webapp-runtime_zh_CN.ts
|
||||
|
||||
Reference in New Issue
Block a user