zty199 4a753259d3 Improve Features
Support downloading files from website directly;
Show DSpinner before webpage loading progress finished.
2020-11-28 04:26:30 +08:00

32 lines
597 B
Prolog

QT += core gui webengine webenginewidgets svg concurrent
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++11 link_pkgconfig
PKGCONFIG += dtkwidget
HEADERS += \
mainwindow.h \
globaldefine.h \
httpd.h \
httplib.h \
webenginepage.h \
widget.h
SOURCES += \
main.cpp \
httpd.cpp \
mainwindow.cpp \
webenginepage.cpp \
widget.cpp
RESOURCES += \
imgs.qrc
TRANSLATIONS += \
translations/spark-webapp-runtime_zh_CN.ts