summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/contentmanipulation/contentmanipulation.pro')
-rw-r--r--examples/webenginewidgets/contentmanipulation/contentmanipulation.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro b/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
new file mode 100644
index 000000000..2ac97d487
--- /dev/null
+++ b/examples/webenginewidgets/contentmanipulation/contentmanipulation.pro
@@ -0,0 +1,10 @@
+QT += webenginewidgets
+
+HEADERS = mainwindow.h
+SOURCES = main.cpp \
+ mainwindow.cpp
+RESOURCES = jquery.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/contentmanipulation
+INSTALLS += target