webengineaction.pro Example File

webengine/webengineaction/webengineaction.pro
 TEMPLATE = app

 QT += webengine

 SOURCES += main.cpp

 RESOURCES += qml.qrc

 target.path = $$[QT_INSTALL_EXAMPLES]/webengine/webengineaction
 INSTALLS += target