contentmanipulation.pro Example File

webenginewidgets/contentmanipulation/contentmanipulation.pro
QT      +=  webenginewidgets
HEADERS =   mainwindow.h
SOURCES =   main.cpp \
            mainwindow.cpp
RESOURCES = jquery.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/contentmanipulation
INSTALLS += target