summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
blob: 2ac97d48705ca613cf46cea4612be93e23c2a733 (plain)
1
2
3
4
5
6
7
8
9
10
QT      +=  webenginewidgets

HEADERS =   mainwindow.h
SOURCES =   main.cpp \
            mainwindow.cpp
RESOURCES = jquery.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/contentmanipulation
INSTALLS += target