summaryrefslogtreecommitdiffstats
path: root/examples/webengine/webengineaction/webengineaction.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/webengineaction/webengineaction.pro')
-rw-r--r--examples/webengine/webengineaction/webengineaction.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webengine/webengineaction/webengineaction.pro b/examples/webengine/webengineaction/webengineaction.pro
new file mode 100644
index 000000000..13cc4602d
--- /dev/null
+++ b/examples/webengine/webengineaction/webengineaction.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += webengine
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webengine/webengineaction
+INSTALLS += target