4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-11 17:09:36 +00:00
2022-08-20 13:16:49 +03:00

17 lines
233 B
Prolog

TEMPLATE = app
QT += webenginewidgets
HEADERS += \
webuihandler.h
SOURCES += \
main.cpp \
webuihandler.cpp
RESOURCES += \
webui.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/webui
INSTALLS += target