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